I have released an app with voice (Player, OGG format) and 3 sounds (all playing at the same time) (ExoPlayer, OGG format, ExoPlayer.Loop) as an app bundle. All OGG files are in the assets.
Result on a Galaxy Note8 (Android 9):
“Error 701: Unable to load …” with Player component,
I was currently replacing player components with the exoplayer but yes if the home button is pressed while playing the exoplayer it continues to play in the background
So, is it possible that the most logical option @Kodular release updates after noticing this error? @bodymindpower
Upload apk to playstore instead of aab. It solved this issue for me. Other components have the same issue when uploaded as aab. In trying to reduce file size for users, Google removes some code from aab app which causes these issues.
Kodular has introduced this AAB feature back in August or September of 2020. So, it is expected that bugs are found and other problems. Kodular still needs to work on this feature.
Hi.
Just uploaded my abb file to Google Play for the first time and this problem is not solved. I’m using player and mp3 format. Will try Exoplayer and ogg to see.