提示: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里面,刪除完重新打開成功。