程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> gradle-intellij idea創建完android項目編譯的時候報錯。之前都沒事的

gradle-intellij idea創建完android項目編譯的時候報錯。之前都沒事的

編輯:編程綜合問答
intellij idea創建完android項目編譯的時候報錯。之前都沒事的

Information:Gradle: Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources]
Information:2015/4/8 17:05 - Compilation completed with 2 errors and 0 warnings in 29s 30ms
Error:Gradle: Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'E:\PublicFile\android\android-sdk_r24.1.2-windows\android-sdk-windows\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
H:\IdeaProiectsAndroid\XListTest\app\build\intermediates\manifests\full\debug\AndroidManifest.xml
Error:Error:line (13)Gradle: No resource found that matches the given name (at 'icon' with value '@drawable/ic_launcher').

最佳回答:


這個是你的build.gradle的兼容包和compileSdkVersion配置不對引起的有兩個解決方法:一個是全部升級成最新的,appcompat-v7:21.0.0須使用android 5.0版本的build tool,而且build出來的程序只能在Android 5.0下運行,另外一個方法就是自己動手支修改build.gradle有參數把compileSdkVersion=19,targetSdkVersion 19,兼容包改成compile 'com.android.support:appcompat-v7:19.+'這樣就可以了。希望對你有用!

gaolei1201
wzyb3116
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved