I am using PhoneGap to build an Android application, the application is a combination of phonegap + jquery mobile.
The application successfully launches in the emulator
This seems to be a phonegap 0.9.3 issue, as other people have reported the same problem (see here or here)
The problem might be solved by changing the loadUrlTimeoutValue
this.setIntegerProperty("loadUrlTimeoutValue", 70000);