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

后端 未结 2 1063
遥遥无期
遥遥无期 2020-12-04 01:56

So here I go again with yet another Android Studio tools error. I don\'t think this one has been reported before, I can\'t find any posts on it.

I am trying to open

相关标签:
2条回答
  • 2020-12-04 02:30

    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.
    0 讨论(0)
  • 2020-12-04 02:42

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

    0 讨论(0)
提交回复
热议问题