啟動崩盤!IDEA 2020 無法啟動的解決辦法|贈送 IDEA 2020 新功能
阿新 • • 發佈:2020-03-22
>博文地址:https://sourl.cn/QZuega
今天早上看到 IDEA 可以升級新版本,想著體驗一下新功能,點選升級,然後全部專案工程無法開啟。
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150527372-143608051.jpg)
報錯資訊如下:
```log
Cannot execute command
No project found to open file in
```
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150527727-2054318265.jpg)
在專案視窗選擇專案工程也不行,出現**閃退**現象。
網上搜索了一把,沒有找到具體的解決辦法,沒辦法只能靠自己。
突然想到可以看一下 IDEA 相關日誌,看下是否有什麼有用的報錯資訊。
如果使用 **toolbox** 可以在 IDEA 設定中,找到如下按鈕快速開啟。
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150527910-333576546.jpg)
若沒有安裝 toolbox,可以在下面路徑找到:
```conf
// macos IDEA-XX 代表你要查詢 IDEA 具體版本,例如:~/Library/Logs/IntelliJIdea2019.3
~/Library/Logs/
// windows 例如:C:\Users\JohnS\.IntelliJIdea2019.3\system\log
%HOMEPATH%\.\system\log
```
開啟日誌檔案,顯示一堆錯誤,最明顯錯誤如下:
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150528223-1150120545.jpg)
看到這裡,初步懷疑 **FindBugs-IDEA** 暫不適配最新版本 IDEA,從而導致專案工程打不開。
另外切回視窗視窗如下位置,也能看到報錯資訊。
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150528830-643783062.jpg)
在外掛管理處禁用該外掛,專案工程可以重新打開了。
![](https://img2020.cnblogs.com/other/1419561/202003/1419561-20200322150529037-1338548827.jpg)