错误:任务":应用:合并调试资源"执行失败。> 错误:部分文件处理失败,有关详细信息,请参阅日志



我只是将代码源日食导入到android工作室。

我该如何解决它?

应用插件:"com.android.application">

android {
compileSdkVersion 17
buildToolsVersion "26.0.1"
defaultConfig {
applicationId "com.[enter image description here][1]motivation.cheer"
minSdkVersion 7
targetSdkVersion 15
multiDexEnabled false
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
dexOptions {
preDexLibraries true
}
dependencies {
compile 'com.android.support:support-v4:18.0.0'
compile 'com.google.android.gms:play-services:+'
}
}

尝试转到"生成 - 重建"项目。

相关内容

最新更新