我遇到了类似错误的IDE问题:任务':app:mergeDebugResources'的执行失败。
某些文件处理失败,当我从 android studio 获得最新更新时,请查看日志以获取详细信息。
现在我得到了更新版本为 android studio 2.1 我的 Gradle 部分是
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
如果有人遇到此问题,请帮助并指导我解决此问题。
提前致谢