Reputation: 10738
I have just downloaded the latest(2.2.0) phonegap package and am trying to run the exampleCordava app that comes with it. The app will never get past the "Device is Ready" splash screen with the cordova cube logo.
I've tried deploying it to emulators with Android 2.2, 4.0.3, and 4.1.2 with the same result. All of them use an Intel Atom (x86) CPU.
I get the following errors/warnings/messages in LogCat
sqlite returned: error code => 14, msg = cannot open file at 27 .... in webview.db
call to OpenGL ES API with no current context(logged once per thread)
I noticed that in older phonegap/cordova versions you had to manually add the cordova jar file to the build path. That wasn't in the build path in the exampleCordova app. I tried adding it to the build path and it still didn't work. Got the same result.
Anyone know what's going on?
Upvotes: 1
Views: 2600
Reputation: 10738
Apparently the kitchensink app does not come with the latest phonegap package. If you're seeing "Device is Ready", cordova is successfully working.
Upvotes: 3