10
Intellij IDEAがクラッシュし、エラーがスローされるようになりました
Intellij IDEAで作業していますが、コンピューターがフリーズするため、コンピューターの電源をオフにします。(電源ボタンを長押し)コンピュータの電源を入れてIntelliJ IDEAを起動すると、次のエラーが発生しました。 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 IDEAを閉じて再起動すると、以前のエラーは発生しませんが、プロジェクトを開くと次のエラーが発生します。 Error:Internal error: (org.jdom.input.JDOMParseException) Error on line 1: Content is not allowed in prolog. org.jdom.input.JDOMParseException: Error on line 1: Content is not allowed in prolog. at org.jdom.input.SAXBuilder.build(SAXBuilder.java:533) at org.jdom.input.SAXBuilder.build(SAXBuilder.java:946) at com.intellij.openapi.util.JDOMUtil.loadDocument(JDOMUtil.java:364) …
103
java
android
intellij-idea