Creating new keystore Android Studio

When I want to create a new Key store from Build > Generate Signed Bundle or APK it gives me this error in Android Studio:

Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.

What is the solution for this error in Android Studio ?

Upvotes: 3

Views: 255

Answers (1)

busetekin
busetekin

Reputation: 854

The problem is solved when I use the same password in key store and alias

Upvotes: 1

Related Questions