Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/190.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Studio org.xml.sax.SAXParseException,如何删除它_Android_Gradle - Fatal编程技术网

Android Studio org.xml.sax.SAXParseException,如何删除它

Android Studio org.xml.sax.SAXParseException,如何删除它,android,gradle,Android,Gradle,错误:失败:生成已完成,但有2次失败 1:任务失败,出现异常 出了什么问题: 任务:lib:processDebugResources的执行失败 java.io.IOException:` org.xml.sax.SAXParseException; lineNumber: 5; columnNumber: 33; The prefix `android1` for attribute "android1:versionCode" associated with an element ty

错误:失败:生成已完成,但有2次失败

1:任务失败,出现异常

  • 出了什么问题: 任务
    :lib:processDebugResources
    的执行失败

    java.io.IOException:` org.xml.sax.SAXParseException; lineNumber: 5; 
    columnNumber: 33; The prefix `android1` for attribute 
    "android1:versionCode" associated with an element type "manifest" 
     is  not bound.
    
  • 尝试:

使用--
stacktrace
选项运行以获取堆栈跟踪。使用
--info
--debug
选项运行以获得更多日志输出。 2:任务失败,出现异常

  • 出了什么问题: 任务
    的执行失败:app:processDebugManifest

    com.android.manifmerger.ManifestMerger2$MergeFailureException: 
    org.xml.sax.SAXParseException; lineNumber: 5; columnNumber: 33; The 
    prefix "android1" for attribute "android1:versionCode" associated 
    with an element type "manifest" is not bound.
    
  • 尝试:

    使用--
    stacktrace
    选项运行以获取堆栈跟踪。使用
    --info
    --debug
    选项运行以获得更多日志输出
  • 得到更多的帮助


从我读到的内容来看,构建在19世纪失败了,Saxon不会在Android上运行,它不是JVM。但是,我没有你的源代码。从我读到的
Saxon
不会在
Android
上运行——它不是JVM。但是,我没有你的消息来源。