i'm doing a dictionary project and i need some databases from an app in google play.but there is no folder in SD card or internal storage that contains databases.is there any way to pull this third party app's databases and use it in project?
Asked
Active
Viewed 98 times
1
-
possible duplicate of [Access sqlite database on android device](http://stackoverflow.com/questions/4856210/access-sqlite-database-on-android-device) – Shahzeb Sep 05 '15 at 08:37
-
1i dont have this third party app project but i want to pull it's databases – Mahdi Javaheri Sep 05 '15 at 08:44
-
you dont need to. You just have to know the package name – Shahzeb Sep 05 '15 at 08:45
-
but there is no folder in adb for accessing my app's database – Mahdi Javaheri Sep 05 '15 at 08:50
-
Once you have installed application, you need to access the package folder through adb and that is only possible if the debugging is enabled in the application – Shahzeb Sep 05 '15 at 08:55