Skip to content

Instantly share code, notes, and snippets.

@yozef
Forked from FokkeZB/shell
Last active February 28, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yozef/dca5260741649f04aef3779c4c966c32 to your computer and use it in GitHub Desktop.
Save yozef/dca5260741649f04aef3779c4c966c32 to your computer and use it in GitHub Desktop.
Get the Key Hash for Titanium's develoment keystore (replace 5.5.1.GA with your version)
Open Terminal:
keytool -exportcert -alias androiddebugkey -keystore ~/Library/Application Support/Titanium/mobilesdk/osx/6.0.1.GA/android/dev_keystore | openssl sha1 -binary | openssl base64
keytool -exportcert -alias tidev -keystore ~/Library/Application\ Support/Titanium/mobilesdk/osx/6.0.1.GA/android/dev_keystore -list -v
@yozef
Copy link
Author

yozef commented Jan 22, 2017

When it asks for a password, just hit

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