Openssl is not recognized as an internal or external command

后端 未结 15 1827
轻奢々
轻奢々 2020-11-28 00:59

I wish to generate an application signature for my app which will later be integrated with Facebook. In one of Facebook\'s tutorials, I found this command:

k         


        
15条回答
  •  星月不相逢
    2020-11-28 01:56

    go to bin folder path in cmd and then run following command

    keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64
    

    you will get your key hash

提交回复
热议问题