problem MG with Android API 33

Hi,
Has anyone ever encountered this problem
the application does not launch each time with API33
when it starts everything works except the sound it is jerky
on the other hand it works on API 32 I sometimes have this error message but it does not prevent the launch

Thanks for your help

the problem came from the AndroidManifest.xml file I forgot to change the target api
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" />