Hi,
I created a SQLite database on Android device. The program can read/write to database so the database file has obviously been created. The 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't locate the file clientDB.db. I looked inside data directory but it appears to be empty.
Does anyone know what could be wrong here?