I'm using a GUI-less linux so I can't use Eclipse to generate one for me.
All you need to do is goto command prompt and cd C:\Program Files\Java\jdk-10.0. 2\bin> where jdk-10.0. 2 or full path can be different in your case. once you are in the bin, enter this code keytool -keystore C:\Users\GB\.
The default location is /Users/<username>/. android/debug. keystore.
look at Android's documentation for creating a keystore using keytool. They provide an example command:
$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
Edit: Sorry, I read too quickly. If you want to use a debug keystore from the command line, you need to compile using "ant".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With