Execution failed for task app:transformClassesAndResourcesWithProguardForDebug
问题 when i try to run my app i get these errors: Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForDebug'. java.io.IOException: Please correct the above warnings first. This is my Gradle file apply plugin: 'com.android.application' android { compileSdkVersion 24 buildToolsVersion "24.0.2" defaultConfig { applicationId "xxxxxxxxxxxxx" minSdkVersion 14 targetSdkVersion 24 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled true shrinkResources true