The player works fine when I use it in Android 10 below, but when I use the player in Android 10 device, it keeps say that "something error". Is there any way to fix it? Any suggestion will be appreciated, thanks!
Edit: I solved it by adding android:requestLegacyExternalStorage="true" in the manifest, inside of the application tag!
The player works fine when I use it in Android 10 below, but when I use the player in Android 10 device, it keeps say that "something error". Is there any way to fix it? Any suggestion will be appreciated, thanks!
Edit: I solved it by adding
android:requestLegacyExternalStorage="true"
in the manifest, inside of the application tag!