Files under the device are not visible please tell me something about it I also uploaded the screen shot of it.
Asked
Active
Viewed 736 times
-1
-
Try to restart adb. See http://stackoverflow.com/a/4094080/2949612 – pRaNaY Jul 26 '16 at 18:56
1 Answers
0
You can pull files from android device using adb command line tool. I don't know which file you exacly want. In case of sqlite database, it is stored in //data/data/<your app>/databases/<databaseName.db>
. Probably you will need to be root to do that. Many files are hidden and inaccessible when you don't have root privileges.

palucdev
- 316
- 3
- 10