buckithed
buckithed

Reputation: 313

No key with alias 'foo' found in keystore keystore.jks

I have runkeytool -v -list -keystore keystore.jks and made sure that the alias is key0, but even though I specify key0 as the alias in my gradle file, I still get the error "No key with alias 'foo' found in keystore keystore.jks". I don't know where it is getting this "foo" alias from.

Upvotes: 0

Views: 3934

Answers (1)

Irfan Yaqub
Irfan Yaqub

Reputation: 140

here bro first check your password first, if your password is correct then you can get the key Alias, Just put your password in the first field and then click on the tinny filder located on the field of Alias in Right side, new Dialog Box will be appear which shows your Key Alias, Happy coading.

Upvotes: 3

Related Questions