Openssl 不被识别为内部或外部命令
2022-08-31 06:09:39
我希望为我的应用程序生成一个应用程序签名,稍后将与Facebook集成。在Facebook的一个教程中,我发现了这个命令:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
在本教程中,它说通过运行此cmd,我将开始生成签名的过程。
但是,此命令给出一个错误:
openssl is not recognized as an internal or external command
我怎样才能摆脱这个?