0

i get this message when i try to compile my project

keystore was tampered with or password was incorrect

i uploaded my apps to google play and noticed few customers complained about app crashing so i made new update and now tried to compile at the very first stage it worked but then second attemt i get

keystore was tampered with or password was incorrect

and now i keep getting this please help.

please any body never had this problem am stuck.

i have old backup but when i put the backup key.jks still same

am not using eclipse i use android studio

MWiesner
  • 8,868
  • 11
  • 36
  • 70

2 Answers2

0

You can try to check out this link, but it's clearly not a good news for you... You can still try bruteforce, with this link, or this tool should also help you

Community
  • 1
  • 1
PAD
  • 2,240
  • 1
  • 22
  • 28
  • i followed one of the answer from link above which is keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass changeit -validity 360 -keysize 2048 Then I got a set of questions regarding name, organization, location all went well what do i do from there after this part is completed – Jusna Leema Feb 18 '16 at 18:39
0

If you are trying to manually guess the password using the Android Studio or Eclipse wizards, even if you enter a wrong password is provided, even just once, it keeps saying on next attempts:

"Keystore tampered with or password incorrect"

even if you provide the correct password.

To get around this, just close and re-open the wizard.

Varun
  • 1,938
  • 18
  • 19