构建时间错误:prolog中不允许内容

问题描述 投票:2回答:2

我无法建立。我知道错误发生在jdkAnnotations.jar中。我重新安装了android studio,但问题仍然存在。它还说jdk 1.8中没有附加IDEA注释。我应该重新安装jdk 1.8吗?我点击了附加注释的按钮但没有发生任何事情。请帮忙。为什么会出现这个问题?在任何xml资源文件中有什么问题或什么?

C:/Program Files/Android/Android Studio/lib/jdkAnnotations.jar!/java/awt/event/annotations.xml: Content is not allowed in prolog.
    org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
        at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
        at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
java android android-studio annotations android-gradle
2个回答
9
投票

我今天得到了同样的错误。只是重新安装Android Studio没有帮助。以下步骤对我有用:

  1. 关闭Android Studio
  2. 转到C:\ Users \ Username
  3. 删除整个文件夹:“。AnroidStudioX.X”和“.gradle”
  4. 启动Android Studio

现在将重新安装所有设置,您可以继续处理项目


-3
投票

我只是在C:\ Users \ Username中删除.Android Studio X.X,它对我有用:

© www.soinside.com 2019 - 2024. All rights reserved.