Android: Generate Key Store File
Download JDK here.
Open cmd
, run as Administrator the go to JDK’s bin folder, run the following command:
keytool -genkey -v -keystore YOUR_DESIRED_NAME.keystore -alias APP_ALIAS -keyalg RSA -keysize 2048 -validity 10000

Please remember / save a copy of your
APP_ALIAS
and password.