nhanlc
nhanlc

Reputation: 103

android with phonegap

I create a hello world app for android by following this tutorial

But once I test this on the real android phone, I got this error message in logcat in eclipse:

 sqlitelog (14) cannot open file at line 30174 of [00bb9c9ce4]
 sqlitelog (14) os_unix.c:30174: (2) open(/CachedGeoposition.db) -

Anybody experiencing the same?

I created and tested it on device with jellybean.

Upvotes: 2

Views: 180

Answers (1)

mram888
mram888

Reputation: 5139

Take care with the version of cordova you're adding to build path and the js you're adding to the HTML. Versions must be the same, maybe downloading last cordova version you'll get rid of the problem

Upvotes: 3

Related Questions