美文网首页
org.xml.sax.SAXException: NAMESP

org.xml.sax.SAXException: NAMESP

作者: Everglow_111 | 来源:发表于2019-08-22 11:00 被阅读0次
    Caused by: java.lang.RuntimeException: com.android.manifmerger.ManifestMerger2$MergeFailureException: org.xml.sax.SAXException: NAMESPACE_ERR: 尝试以错误的名称空间创建或更改方式来创建或更改对象。
    org.w3c.dom.DOMException: NAMESPACE_ERR: 尝试以错误的名称空间创建或更改方式来创建或更改对象。
    

    仔细检查manifest 文件,我的问题是不知道何时不小心删掉了allowBackup 属性,崩溃! 各种搜索查询~浪费时间。。这种情况第一时间应该ctrl+E 查看最近修改的记录。

    manifast报错可以点击底部 Marged Manifest 检查


    image.png

    另附stackoverflow的问题回答
    https://stackoverflow.com/questions/17587751/gradle-execution-failed-for-task-processdebugmanifest/41889558#41889558

    相关文章

      网友评论

          本文标题:org.xml.sax.SAXException: NAMESP

          本文链接:https://www.haomeiwen.com/subject/mmtwsctx.html