문제

I can open up Key Tool but when I try to enter the command, I encounter my problem. I am supposed to enter:

keytool -exportcert -alias RELEASE_KEY_ALIAS -keystore RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64

But I am not sure what RELEASE_KEY_ALIAS and RELEASE_KEY_PATH mean? What should I substitute for them? Looking for a detailed explanation of both, Thanks!

-Also I am on a Mac

도움이 되었습니까?

해결책

Download this and after extracting it, import it into your Eclipse and then run this in your android device. This way a unique keyHash will be generated for you. The keyHash will appear in your device when you run this.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top