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
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".
- Open a command prompt as administrator. (shift+ctrl+(enter or click) on the >icon will do this)
- cd C:\Users
- mklink /d "Test%20User" "Test User"
- Launch monitor.bat and it should work.
you must run the application (android Studio) with a administrator permission