Skip to content

Instantly share code, notes, and snippets.

@WendySanarwanto
Created July 19, 2019 01:27
Show Gist options
  • Save WendySanarwanto/3ba2d89ce34560245e3627450c65ee3c to your computer and use it in GitHub Desktop.
Save WendySanarwanto/3ba2d89ce34560245e3627450c65ee3c to your computer and use it in GitHub Desktop.
How To Generate Keystore in Android

You can generate the debug keystore by running this command in the android/app/ directory: keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment