Where I can Find Android database file in my app?

2.6k Views Asked by At

I need to find the path that have the database of my application and I need to insert into my android database by SQLlitestudio.... please help

I'm using andriod Studio

thank you

2

There are 2 best solutions below

0
On BEST ANSWER

Here is the path: /data/data/YOUR_PACKAGE/databases/

P.S. May be that link can help: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

0
On

You can also use DbAndroid plugin for SQLiteStudio ( http://wiki.sqlitestudio.pl/index.php/DbAndroid ), although it's not free.