Android Studio - Can not open device monitor

爷,独闯天下 提交于 2019-12-05 10:15:10

The solution posted in the following link worked for me. I added the answer below, but you can take a look at the link for more information. Also, I am using Windows 8 and it worked as well.

This is what I had to do to resolve it in Windows 7 64 bit:

  1. Run the task manager
  2. End the process for monitor
  3. Also end the java processes. Just doing monitor won't do the trick.
  4. Relaunch the monitor. Now it runs.

win10 x64 - i had java 9.0.1, android device monitor was crashing all the time.

then i removed this java version from system and installed java 8 (u151), it helped

if you have multiple java installations - check the PATH variable, the monitor looks up for javaw.exe file, and if it's version doesnt work with monitor - it crashes

alternatively simple :

1.do several times

taskkill /IM monitor.exe

until one process remains and "can never be killed".

2.open task manager

find the monitor and expand it with PLUS + sign

you will find a message with a fail or similar

right click and select "kill"

  1. then, immediately monitor GUI will appear on your screen, as if something was preventing it to be visible.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!