well i am stuck on this step too
$ keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64 Enter keystore password: android
please any body explain it
|
|
after i tried on cmd i get it and it do as follow first locate keytool in your system by cd \path\ after that write this line as it is
and this one mean ~/.android/debug.keystore the path where your keystore exported from eclips and to make sure that the hashkey generated is really right the cmd should ask you about the password you use to generate keystore |
|||
|
|