External audio dont work

Hi guys,

i have an url who look like that :

https://***.mp3

I want the user to be able to listen to this music, so i have an audio tag

<audio controls src="https://***.mp3"></audio>

It work perfectly on browser but when i build for android my audio file isnt load.

Someone have any idea ?

Fix :slight_smile:

Just delete android/app/build/outputs/apk/debug folder

and then in android/app/src/main/AndroidManifest.xml add

android:usesCleartextTraffic=“true”

in application tag