I got IDE issue like Error:Execution failed for task ':app:mergeDebugResources'.
Some file crunching failed, see logs for details while i got latest update from android studio.
Now i got updated version as android studio 2.1 My Gradle part is
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
}
Please Help if some one experiencing this issues and guide me to resolve this.
thanks in advance