Search code examples
androidsqldatabasesqlitesqlitestudio

Where I can Find Android database file in my app?


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


Solution

  • 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/