I created project from this URL: http://www.vogella.de/articles/AndroidSQLite/article.html
but where is the database file (.db or .sqlite)?
Can anyone tell me the exact location?
Waiting for your response....
I created project from this URL: http://www.vogella.de/articles/AndroidSQLite/article.html
but where is the database file (.db or .sqlite)?
Can anyone tell me the exact location?
Waiting for your response....
The databases are stored in
/data/data/your.applications.package/databases
you can use the adb shell
to that directory and open the db with sqlite3
.
Basically your database will be stored in this location
data/data/your.project.packageName/databases
in DDMS>> file explorer you can get db file