Expo-av Sound is not working on android

The package is not working on Android but works fine on iOS and Web
What is the cause???

const { sound } = await Audio.Sound.createAsync(

    require("../assets/ani_ge_kaeru01.mp3")

  );

  console.log("Playing Sound");

  await sound.playAsync();

This happens on development

Hey @watarumapkid, what are you testing on? Also, can you share the full relevant code that executes when trying to play the sound?

Cheers,
Adam

Never mind!
This is solved by reloading!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.