I am trying to sign an Android application using Phonegap Build
I get the following error:
Error - Keystore alias not recognized
I use this to create a keystore in my terminal:
keytool -genkey -v -keystore name.keystore
-alias alias -keyalg RSA -keysize 2048 -validity 10000-password password
What should I use for "name" and "alias", did I miss something?
Thanks.
source share