How can I use html5 audio tags to play local mp3s on Android using phonegap?
问题 I am deploying on Android 4.4 with v19 of the Android SDK on phonegap. I have an mp3 file in the same folder as my index.html file that I want to play using html5 audio tags. <html> <body> <audio controls> <source src='sound.mp3' type='audio/mpeg'> </audio> </body> <script type="text/javascript" src="cordova.js"></script> </html> It doesn't work and fails with the following: I/AwesomePlayer( 124): setDataSource_l(URL suppressed) E/ ( 124): Failed to open file '/android_asset/www/sound.mp3'.