Kindly help on 701error topic for ( once again)

I have an app that plays small sounds inside app, it was fine working till now , I updated SDK 34 and after converting to aab file sound stopped working. I have read all posts related to this , feeling confused. Can anyone who solved the issue provide me a aia ?

Screenshot_1

I know its answered many times . I am sorry, I tried but unable to execute , a friendly help will be remembered. :blush:

What exactly happens? What is the error displayed?
Try the player component
Taifun

701 error mp3 not found

What happens if you try the player component?
Taifun

Same issue .
Do I have to ask for external write permission ? or anything kind of that ?

Does it still work as apk file?
How did you update to sdk 34? Are you aware, that modifying the target sdk in the manifest does not help very much concerning the behavioral changes of the new sdk? Behavior changes: Apps targeting Android 14 or higher  |  Android Developers

Taifun

Yes it’s working fine when exporting apk. Stopped working when I published it as aab.
Yes I just modified the targeted SDK to 34, I understand some issue might arise from this but I had to do that, my app update was mandatory for other reasons .
I am waiting for kodular to fix API related everything soon and thinking positively to see a better future

We are still in the extension period until Nov 1st granted by Google… so if I were you, I would do the updates using target sdk 33…

See also what I recommend here Google play error: To release an update to your app, update the target API level by August 31, 2024 - #113 by Taifun

See also Google play error: To release an update to your app, update the target API level by August 31, 2024 - #127 by Taifun

Taifun