Openssl is not recognized as an internal or external command

后端 未结 15 1794
轻奢々
轻奢々 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:38

    Use the entire path, like this:

    exportcert -alias androiddebugkey -keystore ~/.android
    /debug.keystore | "C:\openssl\bin\openssl.exe" sha1 -binary | "C:\openssl\bin\op
    enssl.exe" base64
    

    It worked for me.

提交回复
热议问题