I am unable to generate Signed APK using minifyEnabled true
and shrinkResources true
App Level : build.gradle
buildscript {
Try to generate signed APK using terminal by gradle command see your stack trace that will give you detailed log where has the problem.
In Windows
$gradle clean
$ gradle --stacktrace assembleRelease
In Ubuntu
$./gradlew clean
$./gradlew --stacktrace assembleRelease
if you have still problem post you stack trace here