I just upgraded my Android Studio to version 3.3.1
and also migrated my project to AndroidX
now the issue is when I try to generate a signed APK for the project it keeps failing with this error message:
- What went wrong:
Execution failed for task ':app:packageReleaseBundle'.
java.util.concurrent.ExecutionException: java.lang.RuntimeException: jarsignerfailed with exit code 1 : jarsigner: key associated with mykolo not a private key
I'm certain that the password key and alias I am using are all correct so I would appreciate anyhelp