Unable to open DDMS in Android Studio. Mysterious Eclipse error pops up

寵の児 提交于 2019-11-27 16:09:44
Skizo-ozᴉʞS

I think the problem is about your %20 in your name, then you can try it out this answer, it seems like yours :

I've just come across this problem too. My workaround was to create a symbolic >directory link from "Test%20User" to "Test User".

  1. Open a command prompt as administrator. (shift+ctrl+(enter or click) on the >icon will do this)
  2. cd C:\Users
  3. mklink /d "Test%20User" "Test User"
  4. Launch monitor.bat and it should work.

you must run the application (android Studio) with a administrator permission

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!