about 9 years ago
Now a days android studio has provided pretty simple and easy GUI for creating key-store from the IDE itself but in case if you have some need for creating it through the command line here is a simple tutorial for the same.
Step 1.
run the follwong command
where my-release-key.keystore is the name of the key store that is going to be created.
hell_alias is the name of the alias that will be used latter, key size is the bit size of the key, validity is the no of years for which the key store will be valid.
Once this command is ran terminal will ask for a no of inputs like following
This is it, you are done you will see the name of your key store file with .kestore extention in your currently directory.
Happy coding :)
0 Comment(s)