gradle generate error when minifying the code
问题 when i try to set the minifyEnabled to true and try to sync gradle file i receive the follwoing error: Error:Cause: com/android/build/gradle/tasks/AndroidProGuardTask why i am receiving this error and how to solve it, I cant enable proGaurd in Android Studio. build.gradle : buildTypes { debug { debuggable true } release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } 回答1: are you using any external library files in your project? If