2

I recently updated Android Studio to version 2.2.3(Windows), Android Device Monitor is running but cannot locate DDMS button to view Hierarchy Viewer.

Update : I found that in Windows 'Run As Administrator' can open Android Device Monitor but it displayed this error dialog.enter image description here

SudeepShakya
  • 571
  • 3
  • 14
  • 34
  • please tell the OS you are using? – Shobhit Feb 08 '17 at 16:13
  • i'm not sure but u can try this: download jdk(version which suits you) & then install it. Then copy the javaw.exe from your C:\program files (x86)\Java\jre6\bin folder to the given path on the android eg:C:\Users\ASUS X550L\AppData\Local\Android\sdk1\tools\lib\monitor-x86_64 And then run the javaw.exe as administrator. – Shobhit Feb 08 '17 at 16:17
  • I did try this step but again same error. – SudeepShakya Feb 08 '17 at 16:22
  • try by killing or ending "monitor.exe" running process using Taskmanager in Windows. Then click ADM (Android Device Monitor) – Shobhit Feb 08 '17 at 16:30
  • 1
    Ya it's running now. – SudeepShakya Feb 08 '17 at 16:36

3 Answers3

1

On Mac navigate to:

Tools -> Android -> Android Device Monitor

enter image description here

EDIT

In reply to OP's this comment:

Android device monitor is running but cannot find DDMS.

I can see the option at my side:

enter image description here

azizbekian
  • 60,783
  • 13
  • 169
  • 249
0

Same on linux:

Tools -> Android -> Android Device Monitor

enter image description here

Matias Elorriaga
  • 8,880
  • 5
  • 40
  • 58
0

I just had this same issue and it turns out that a notification message was in the background and never brought it forward. opening the task manager you should see monitor process, right clicking it and selecting "switch to" brought the notification forward and allowed me to continue.

Andres
  • 73
  • 1
  • 7