Flutter just_audio can't load audio asset on android builds
void initState() { _myAudioPlayer = AudioPlayer()..setAsset("electric.mp3"); super.initState();} Here is my code and here is the pubspec.yaml file: flutter: assets: - assets/electric.mp3 It can load the file on the web builds like Chrome but I both tried emulator and a real…