I am trying to release my Android application with Gradle.
Everything works, including the ./gradlew clean build assembleRelease command.
./gradlew clean build assembleRelease
Howeve
Check that your minifyEnabled in build gradle is set to "false". Because when it will be "true" debugger while generating signed apk will give an error.