I am strugging to sign an Android app using Phonegap Build
I get the following error:
Error - Keystore alias not recognized
I am using this to create the keystore in my terminal:
keytool -genkey -v -keystore name.keystore
-alias alias -keyalg RSA -keysize 2048 -validity 10000 -storepass password
What should I be using for the 'name' and 'alias', am I missing something?
Thanks.