Images not displayed on Android emulator for phonegap/jquerymobile app

android, android-emulator, cordova, jquery-mobile

Solution

Surprisingly, this was caused because css image references are case sensitive on the devices. Renaming the 'Images' folder to 'images' fixed the problem.

Problem

I'm developing a PhoneGap application with jQuery Mobile, and for some reason the jQuery mobile images are not displayed in the emulator or when deployed to a phone. Yet when running the site locally with a web browser, they work fine? This is my first time using Eclipse (and hopefully my last to be honest). Is there something that I'm missing? Folder structure Chrome: Emulator:

Original source