keytool and openssl command for debug.keystore hash print nothing |
I have tried to extract hash value for the debug.keystore, which is the default debug keystore if you are using eclipse as an ide. I have used keytool and openssl as guided by the facebook or kakao developer.
It works fine for the real signkey, but debug.keystore, which print nothing.
I have searched for a long time, and figured out that I had used wrong version of open ssl.
if you access to the openssl for windows download page, which can be accessed by the following link.
https://code.google.com/p/openssl-for-windows/downloads/list
What I had used was openssl-0.9.8k_X64.zip.
I reinstalled openssl-0.9.8e_X64.zip, and it printed the hash key correctly for the debug.keystore.
Try with e version instead of k version.
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[Tutorial] AndEngine Introduction (0) | 2014.04.24 |
---|---|
[android] Fragment State 제대로 관리하기. (0) | 2014.04.24 |
[android] adb install multiple device 잡힐 때 device 하나 지정하는 방법 (0) | 2014.04.21 |
[android] Volley 를 이용한 동영상 업로드 테스트 결과. (0) | 2014.04.20 |
[android] SharedPreferences Performance & Tips (0) | 2014.04.18 |
댓글