Skip to content Skip to sidebar Skip to footer

Android Studio Gradle Bintray Upload Failed: Could Not Sign Version

After running ./gradlew bintrayUpload I am getting the following error. :my-library:bintrayUpload FAILED FAILURE: Build failed with an exception. What went wrong: Execution fai

Solution 1:

I was able to solve this issue by deleting the GPG key in Bintray and then regenerating the keys.

enter image description here

Solution 2:

This happens mostly after the local.properties file is regenerated.

Instead of generating a new key, if you still remember the password, in your local.propreties file just add this line:

bintray.gpg.password= yourpassowrd

Post a Comment for "Android Studio Gradle Bintray Upload Failed: Could Not Sign Version"