您当前的位置: 首页 >  Java

蓝不蓝编程

暂无认证

  • 0浏览

    0关注

    706博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Android Studio编译失败: java.util.concurrent.ExecutionException: com.android.ide.common.process.Process

蓝不蓝编程 发布时间:2018-09-27 13:51:34 ,浏览量:0

Android Studio编译报错:

java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: Error while executing process D:\android\sdk\build-tools\26.0.2\aapt.exe with arguments {package -f --no-crunch -I D:\android\sdk\platforms\android-26\android.jar -M \\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml -S D:\android\test\build\intermediates\res\merged\debug -m -J \\?\D:\android\test\build\generated\source\r\debug -F D:\android\test\build\intermediates\res\debug\resources-debug.ap_ -D \\?\D:\android\test\build\intermediates\multi-dex\debug\manifest_keep.txt --custom-package com.test -0 apk --output-text-symbols \\?\D:\android\test\build\intermediates\symbols\debug --no-version-vectors}     com.android.ide.common.process.ProcessException: Error while executing process D:\android\sdk\build-tools\26.0.2\aapt.exe with arguments {package -f --no-crunch -I D:\android\sdk\platforms\android-26\android.jar -M \\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml -S D:\android\test\build\intermediates\res\merged\debug -m -J \\?\D:\android\test\build\generated\source\r\debug -F D:\android\test\build\intermediates\res\debug\resources-debug.ap_ -D \\?\D:\android\test\build\intermediates\multi-dex\debug\manifest_keep.txt --custom-package com.test -0 apk --output-text-symbols \\?\D:\android\test\build\intermediates\symbols\debug --no-version-vectors}     org.gradle.process.internal.ExecException: Process 'command 'D:\android\sdk\build-tools\26.0.2\aapt.exe'' finished with non-zero exit value 1     java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: Error while executing process D:\android\sdk\build-tools\26.0.2\aapt.exe with arguments {package -f --no-crunch -I D:\android\sdk\platforms\android-26\android.jar -M \\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml -S D:\android\test\build\intermediates\res\merged\debug -m -J \\?\D:\android\test\build\generated\source\r\debug -F D:\android\test\build\intermediates\res\debug\resources-debug.ap_ -D \\?\D:\android\test\build\intermediates\multi-dex\debug\manifest_keep.txt --custom-package com.test -0 apk --output-text-symbols \\?\D:\android\test\build\intermediates\symbols\debug --no-version-vectors}     com.android.ide.common.process.ProcessException: Error while executing process D:\android\sdk\build-tools\26.0.2\aapt.exe with arguments {package -f --no-crunch -I D:\android\sdk\platforms\android-26\android.jar -M \\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml -S D:\android\test\build\intermediates\res\merged\debug -m -J \\?\D:\android\test\build\generated\source\r\debug -F D:\android\test\build\intermediates\res\debug\resources-debug.ap_ -D \\?\D:\android\test\build\intermediates\multi-dex\debug\manifest_keep.txt --custom-package com.test -0 apk --output-text-symbols \\?\D:\android\test\build\intermediates\symbols\debug --no-version-vectors}     org.gradle.process.internal.ExecException: Process 'command 'D:\android\sdk\build-tools\26.0.2\aapt.exe'' finished with non-zero exit value 1    

命令行中执行如下命令查看详细报错(需先切换到当前工程目录下):

  Windows: gradlew clean build --stacktrace

  MAC/Linux: ./gradlew clean build --stacktrace

查看详细的报错,发现存在如下报错:

\\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml:33: AAPT: No resource identifier found for attribute 'appComponentFactory' in package 'android'

\\?\D:\android\test\build\intermediates\manifests\full\debug\AndroidManifest.xml:33: error: No resource identifier found for attribute 'appComponentFactory' in package 'android'

 

解决方案:

统一compileSdkVersion为28

安卓开发技术分享:https://blog.csdn.net/yinxing2008/article/details/84555061

关注
打赏
1639405877
查看更多评论
立即登录/注册

微信扫码登录

0.0371s