Intellij IDEAインポートプロジェクトでCannot load settings from fileエラーが発生しました


エラー:
Cannot load settings from file 'C:\Users\user\.IdeaIC13\config\options\code.style.schemes.xml': java.lang.AssertionError: Unexpected content storage modification File content will be recreated

解決方法:
Intellijキャッシュファイルのパスを見つけ、cacheフォルダを開いてすべての内容を削除し、Intellijソフトウェアを再起動すればいい.
This answer works for both IntelliJ & AndroidStudio
If you cannot even open your project in IntelliJ[AndroidStudio]:
Close IntelliJ[AndroidStudio]
Go to the directory /.IntelliJIdeaXX[.AndroidStudioXX]/system/cache WHERE
is
Windows Users:  C:\Users\\  (or  %USERPROFILE% )
Linux Users(Ubuntu), Mac:  ~/

XX is your IntelliJ version (This directory is "caches"in some versions.)

Remove all the files in the cache directory.
Then restart IntelliJ[AndroidStudio]
This has worked for me in the past.