Android Error:java.lang.RuntimeException: Some file crunching failed, see logs for details

Error:java.lang.RuntimeException: Some file crunching failed, see logs for details

Error:Execution failed for task ':app:mergeDebugResources'.

> Error: java.lang.RuntimeException: Some file crunching failed, see logs for details

在app目录下的build.gradle中添加如下设置

android {

...........

aaptOptions {

cruncherEnabled=false

useNewCruncher=false

}

..........

}

你可能感兴趣的:(Android Error:java.lang.RuntimeException: Some file crunching failed, see logs for details)