提示:An error has occurred. See the log file xxx\sdk\tools\lib\monitor-x86_64\configuration\xxx.log
根据提示打开log文件,最下面
解决
Ensure you have no other monitor.exe (if on Windows) or monitor (if
OS X / Linux) process running. If you do, kill it.
Run rm -rf $HOME/.android/monitor-workspace or remove the directory
manually
意思就是先在任务管理器进程里面关掉所有 monitor.exe 进程。
再去删除monitor-workspace整个目录,我的在C:\Users\Administrator.android里面,删除完重新打开成功。