I'm trying to see the contents of a database I'm using through the execution of my program via DDMS. I've looked at lot of questions on here that explain how it's done. My understanding relies on the fact that on clicking Tools--> Android--> Android Device Monitor, there is a change in perspective however nothing of the sort happens when I do the above. In fact, there seems to be no indication at all, that I selected the Android Device Monitor. Could someone please point me in the right direction of finding out what could be wrong?
Asked
Active
Viewed 978 times
-2
-
Clicking on Tools--> Android--> Android Device Monitor should open a new windows for Android Device Monitor. Its a tool outside of Android Studio – Will Bobo Jul 31 '15 at 09:01
-
Thanks @will421 ! No window opens for me. Do you have any possible idea as to how I could fix that? – Asher Jul 31 '15 at 09:05
-
Try launch it yourself with
/tools/monitor.bat – Will Bobo Jul 31 '15 at 09:09
1 Answers
0
Going off what @will421 said in the comments, I ran monitor.bat and the typed out monitor in the console (Both needed to be done.) and then I was prompted to enter my sdk path. What tripped me up was the fact that I had two folders labelled sdk and sdk1 so choosing the right one is important. To view the contents of the dtatabase, I just followed along with the great answer at View contents of database file in Android Studio