I am unable to view SQLite db file in android studio device monitor from android-studio>tools>android>Android-Device-Monitor. I am using an API 25(android 7.1) image for my emulator, heard that I cannot do this from android 6.0 and above. Is this true? Or is there any other way to access that file in studio. (Currently I am unable to click on "data" folder in Device Monitor(DDMS). When I click on data, it shows nothing in it, though database is created and insertion is performing.)
Asked
Active
Viewed 530 times
0
-
Try this https://github.com/amitshekhariitbhu/Android-Debug-Database – phatnhse Jul 15 '17 at 18:25
1 Answers
0
I had a similar issue at Uni. I decided to use the command line to ssh into the emulator and run sqlite commands to view what I needed. This is detailed on stackoverflow here How to use ADB in Android Studio to view an SQLite DB

Neil Clayton
- 146
- 7
-
Thanks @Neil but I need a direct gui based way for my purpose, can you still help? – sudoCoder Jul 17 '17 at 05:36