Im using an API that open a SQLite database like this:
db = SQLiteDatabase.openDatabase(Config.ANDROID_DB_PATH, null,
SQLiteDatabase.CREATE_IF_NECESSARY | SQLiteDatabase.OPEN_READWRITE);
This open fails with the error:
sqlite3_open_v2("/data/data/packagename/databases/store.db", &handle,
6, NULL) failed
Config.ANDROID_DB_PATH is just a static string ("/data/data/
packagename/databases/store.db").
Any idea what I might be doing wrong?
--
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en