Skip to content

Instantly share code, notes, and snippets.

@jawand
Last active December 31, 2018 16:02
Show Gist options
  • Save jawand/7b3e5b83924908b24114d27f2ee26c34 to your computer and use it in GitHub Desktop.
Save jawand/7b3e5b83924908b24114d27f2ee26c34 to your computer and use it in GitHub Desktop.
generate android debug key for windows and linux.
Windows Keytool CMD:
keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
Mac Linux Keytool CMD:
keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore
Default password for keytool is 'android'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment