I\'m trying to play sound from JavaScript code loaded to WebView from assets:
WebView web_view = (WebView) findViewById(R.id.web_view); web_view.getSettings(
I had the same problem and finally i'm using phonegap and cordova where you can play and record audios easily: http://docs.phonegap.com/en/2.9.0/cordova_media_media.md.html