keytool -keystore formconnect.keystore -list -v
You can use this command to find out your alias name after you have generated your key.
First line of execution contains the Alias name: <value>
If keytool is used then alias name might be “mykey”.
Use that alias name while packaging the application.