Trying to sign the app after meteor build

Both
keytool -genkey -alias appName -keyalg RSA -keysize 2048 -validity 10000
and
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 release-unsigned.apk appName

Gives me
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect

What do I need to know about this process, please help.

/Pär

SUDO

I just had to sudo it, kill me please =)

Hehe :laughing:
For me it works without sudo though.