A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use:
For your release keystore, do the same as above but choose a name, alias, and password that you prefer.
Get Key Fingerprints
To hook your app up with services like Google APIs you'll need to print out each of your keys' fingerprints and give them to the services you're using. To do that, use:
Android: Generate Release/Debug Keystores
Generate Keystores To generate keystores for signing Android apps at the command line, use:
A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use:
http://developer.android.com/tools/publishing/app-signing.html#debugmode
For your release keystore, do the same as above but choose a name, alias, and password that you prefer.
Get Key Fingerprints To hook your app up with services like Google APIs you'll need to print out each of your keys' fingerprints and give them to the services you're using. To do that, use:
For your debug key that would look like:
Written by Matt
CODERWALL