Is there a way to recover the key store password and key password? I accidentally deleted the txt file containing my credentials but in my other project, I turned on the remember password feature. The problem here is that I can't use my keystore to my another projectenter image description here
Unfortunately, there is no way to recover a lost keystore password or key alias password if you did not back it up — this is a critical part of Android app security.
But, If you enabled Play App Signing before uploading your app:
You can generate a new upload keystore and let Google handle signing.
Generate new keystore
Contact Google Play Console support and request upload key reset.
Provide:
new jks
.pem
file (you can export with keytool -export
)
Your app package name