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
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
You can also use DbAndroid plugin for SQLiteStudio ( http://wiki.sqlitestudio.pl/index.php/DbAndroid ), although it's not free.
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/