I\'m trying to write an Android app with phonegap, and I\'m writing a static front page with buttons, which was working until I introduced jQuery mobile and jQuery (which ar
I suspect that the problem is that you have the super.loadUrl() entered incorrectly.
loadUrl should have this string file:///android_asset/www/index.html and actually be located in assets/www/.
The missing 's' threw me off personally.
Some other things to check:
index.html. Because the emulator is slow, it may be interfering with the page's response to downloading the libraries. Storing locally should avoid that.