1. 程式人生 > >Intellij IDEA 在電腦藍屏宕機重啟後報前言中不允許有內容的BUG解決方法

Intellij IDEA 在電腦藍屏宕機重啟後報前言中不允許有內容的BUG解決方法

Intellij IDEA 在電腦藍屏宕機重啟後報

BUG提示

從網上搜集到的解決辦法如下:

1.
Try File -> Invalidate Caches / Restart …

2.
my solution

In project/.idea I have broken workspace.xml file. I just close Android Studio (Intellij IDEA), remove this file and start Android Studio.

All other approaches not work for me.

3.
If you cannot even open your project in IntelliJ:

Close IntelliJ
Go to the directory /.IntelliJIdeaXX/system/cache where XX is your IntelliJ version
Remove all the files in the cache directory.
Then restart IntelliJ
This has worked for me in the past.

4.
刪除/.IntelliJIdeaXX

四種方法中應該會有解決辦法