错误:任务执行失败':app:processDebugResources'无法解析符号'R'

时间:2015-08-06 08:50:24

标签: android

以下是Gradle构建错误

Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: 
Process 'command 'C:\Users\Srecko\AppData\Local\Android\sdk\build-tools\21.0.2\aapt.exe'' 
finished with non-zero exit value 1

前一天一切都很好,如果我复制代码,我的笔记本上仍然可以。 我重新安装Windows:D和Android Studio,但问题仍然存在

Gradle是:

android {
compileSdkVersion 21
buildToolsVersion "21.0.2"

defaultConfig {
    applicationId "com.spirit.dukomplinalpha"
    minSdkVersion 14
    targetSdkVersion 21
    versionCode 5
    versionName "1.0.5"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

repositories {
    jcenter()
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.0'
    compile 'com.android.support:recyclerview-v7:+'
    compile 'org.lucasr.dspec:dspec:0.1.1'
    // YOUR OTHER DEPENDENCIES
    compile 'com.afollestad:material-dialogs:0.7.7.0'  //  material dialog
    compile 'com.github.navasmdc:MaterialDesign:1.+@aar'  //  material buttons and stuff
    compile files('libs/zbar.jar')
    compile files('libs/sjxp-2.0.jar')
}

在碎片中错误是:

Cannot resolve Symbol 'R'

任何想法如何解决这个问题,真正的错误在哪里? THX

2 个答案:

答案 0 :(得分:0)

最好检查项目的所有案例this。  因为这个问题有很多可能的情况。

答案 1 :(得分:0)

也许您可以将compileSdkVersion和其他设置为最新版本。而且找到与ui版本匹配的舒适图片,点击build-> rebuild,也许可以解决!!