I'm using Android Studio and i generated signed APKs multiple times.
Today i have add Google Analytics (according to this guide) to my app, and when i tried to generate a signed APK, suddenly i get the error Keystore was tampered with, or password was incorrect
.
Then i deleted all the changes i had to to do for getting the Analytics to work, and i succeed to generate signed APK.
I saw some questionsregarding the Keystore error i get, all use commands (such as keytool -genkey -keystore ...
) but i'm generating the APK with Build -> Generate Signed APK