Questions tagged [android-device-monitor]

Android Device Monitor is a standalone tool that provides a UI for several Android application debugging and analysis tools.

Android Device Monitor is a standalone tool that provides a UI for several Android application debugging and analysis tools. Android Device Monitor doesn't require installation of an integrated development environment, such as Android Studio, and encapsulates the following tools:

  • DDMS
  • Tracer for OpenGL ES
  • Hierarchy Viewer
  • Systrace
  • Traceview
  • Pixel Perfect magnification viewer

See more here at the Official Android Site

79 questions
46
votes
8 answers

Android device monitor freezes on Mac OS X

I just launched the Android device monitor for the first time on OSX but it freezes and I am not able to click anywhere, it just does not respond to any mouse or keyboard input. I think it's downloading, I have very good internet speed, but it's…
Ramkesh Yadav
  • 987
  • 2
  • 11
  • 16
30
votes
8 answers

Android Device Monitor will not launch, either from Android Studio or from Terminal -- UnsupportedClassVersionError

I am getting the following error when trying to launch Android Device Monitor from the Tools window in Android Studio on a Mac. and when I open the log file I find an error report very similar to the other SO questions similar to this, esp this…
Alyoshak
  • 2,696
  • 10
  • 43
  • 70
25
votes
1 answer

Android Device Monitor's File Explorer not working with Android 7 (API 24+)

When I connect my device with Android 7.0 Nougat or when I launch an emulator with Android 7.0 or 7.0.1, android device monitor file explorer shows me a blank screen as you see in this image Every device or emulator running Android 6 Marshmallow…
Ale TheFe
  • 1,540
  • 15
  • 43
13
votes
1 answer

Edit data with new Device File Explorer in Android Studio 3.1

With a new Device File Explorer in Android Studio 3.1 I can open file from the device and see it's contents in Android Studio File opens in edit mode and when I add some lines, save it and restart Android Studio and open this file again it's still…
Vitalii
  • 10,091
  • 18
  • 83
  • 151
13
votes
18 answers

Visual Studio and Android Device Monitor doesn't detect any devices

I've just installed VS2015 Community with Xamarin to develop some mobile apps. The problem is, I can't achieve debugging Android apps on any device. Android Device Monitor shows empty list. I tried connecting different phones, which I know are…
Rico
  • 362
  • 1
  • 4
  • 18
8
votes
2 answers

Android Device Monitor is not starting in Android Studio on MAC

When I try to start Android Device Monitor through Android Studio or by cmd line (sudo ./monitor) it is giving me error: Log file is as follows - https://gist.github.com/varadmondkar/fcaf9b726d56428108684c41aab2f1b3#file-1508905740386-log !ENTRY…
Varad Mondkar
  • 1,441
  • 1
  • 18
  • 29
7
votes
2 answers

Android Device Monitor turning Emulator OFFLINE

Yesterday, Android studio ran a few updates and thereafter, whenever I start Android Device Monitor (ADM), it put my emulator to OFFLINE and I cannot access it even after killing the ADB server and restarting it. Until I start ADM, everything is…
Vincy
  • 1,078
  • 1
  • 9
  • 16
6
votes
1 answer

Unable to get view server version from device emulator-5554 & Unable to get view server protocol version from device emulator-5554

Does anyone know about these error messages in Android Studio? I tried to open the Android Device Monitor with Android Virtual Device (Nexus5, API 26) to see the hierarchy view of the example app, but I can't see the hierarchy view because of the…
5
votes
0 answers

Android Studio Device Monitor Error

I have Java 9 installed on Mac OS. Android Studio is running well but I cannot open the Device Monitor. I get following error: /Users/tobias/Downloads/adt-bundle-mac-x86_64-20140702/sdk/tools/monitor ; exit; Tobiass-MBP:~ tobias$…
tobias
  • 2,322
  • 3
  • 33
  • 53
5
votes
0 answers

Android Device Monitor not running with JDK 9 on MAC OS X even after updating eclipse.ini

Now JDK 9 is officially released, i've upgraded my Mac OSX to run Java SE Development Kit 9. Android Device Monitor ( /Library/Android/sdk/tools/monitor ) is no longer working. Logs here: !ENTRY org.eclipse.osgi 4 0 2017-09-24 13:30:55.822 `enter…
5
votes
1 answer

Android Device Monitor is not opening in android studio on mac

When I try to open android device monitor in android studio it's showing below error Below is my log file. Can anyone suggest me soltion? !SESSION 2017-01-26 16:39:56.119 ----------------------------------------------- eclipse.buildId=unknown …
pooja gajera
  • 373
  • 4
  • 20
5
votes
2 answers

Mac, Android Studio, Emulator, SQLite database - actually find directory?

I am using Android Studio on a Mac, everything on the latest version. Say I do this: SQLiteDatabase db; db = yourAppContext.openOrCreateDatabase("db.sqlite3", Context.MODE_PRIVATE, null); Thanks to this…
Fattie
  • 27,874
  • 70
  • 431
  • 719
4
votes
0 answers

Can't open Android device monitor, always showing error

I have to run Android device monitor but when i open android device monitor shows a warning: If I select the option "yes" then shows another error: I have tried to reinstall JDK, Android studio but it seems no changes. also, i tried to run monitor…
jijo
  • 59
  • 8
4
votes
1 answer

Android Device Monitor will not launch, either from Android Studio or from Terminal — Unsupported major.minor version 52.0

This is real and frequent pain. This time around this is how my my current state is: I'm on Mac Have jenv installed to hold-n-play with multiple versions of Java 6 through 9 Have JAVA_HOME configured to Java 8 Using Android Studio 3.0 Canary…
karthiks
  • 7,049
  • 7
  • 47
  • 62
4
votes
4 answers

Android: Hierarchy Viewer doesn't exist

I am using Android Studio 2.3 on Mac Sierra and I could not find Hierarchy Viewer when I open Device Monitor. There is no viewer on the perspectives list. Does anybody know why is that?
Bartosz Bialecki
  • 4,391
  • 10
  • 42
  • 64
1
2 3 4 5 6