I created a SQLite database on an Android device. The program can read / write to the database, so the database file was obviously created. SQLiteDatabase.mPath is set to
db.mPath = "/data/data/dev.client.android/databases/clientDB.db"
but when I browse the directories on the device, I can not find the clientDB.db file. I looked into the data directory, but it seems empty.
Does anyone know what could be wrong here?
android database sqlite
Niko Gamulin Jul 09 '09 at 17:05 2009-07-09 17:05
source share