0

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.)

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
sudoCoder
  • 115
  • 2
  • 13

1 Answers1

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