Reputation: 541
I have been checking all over the internet and nothing seems to be working. In Android Studio, once I click Build -> Generate Signed Bundle I all of a sudden get the issue stated above. The thing is, I was able to generate a signed bundle just a few days ago and I don't know why I am getting this error all of a sudden!
I did the following to make sure I have the passwords right:
I went to the terminal and changed the keystore file password.
I went to the terminal and changed the key_alias password.
I made sure the keystore and key_alias passwords are the same. I saw this in one stackoverflow post.
I even went to lengths as changing the keystore file altogother and new alias and I still get the same error.
I am at a loss on what to do.
Upvotes: 2
Views: 2174
Reputation: 541
Problem solved: I went to Gradle->:app->Tasks->Clean then afterwards I ran the Gradle->:app->Tasks->Build and problem got solved
Upvotes: 1