首页 > 编程语言 > 详细

unity 集成facebook sdk时 警告:"OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".

时间:2020-03-11 19:50:30      阅读:410      评论:0      收藏:0      [点我收藏+]

 

 

集成facebook登陆时,在Facebook Settings->Android Build Facebook Settings出现warning "OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".

解决方法:

(1):下载并安装OpenSSLhttp://slproweb.com/products/Win32OpenSSL.html

Win 32 OpenSSL v##.#.#(非轻型)

或Win 64 OpenSSL v##.#.#(非轻型)

(2):将OpenSSL目录添加到路径中。

转到:控制面板>系统>高级系统设置>环境变量

在“系统变量”窗口中选择变量“path”,然后单击“编辑”。

(3):将OpenSSLbin文件夹的路径添加到“变量值”文本的末尾。例如,我在值文本的末尾添加了“;C:ProgramFilesOpenSSL-Win64bin”

重新启动Unity3D。

请注意,不要忘记在C:/前面添加分号“;”。

 

转载自:https://answers.unity.com/questions/675546/windows-81-facebook-sdk-openssl-keytool.html?_ga=2.40401442.1655645580.1583915194-16478768.1554945862

 

建议:配置完后最好重启电脑,我的配置完成后重启unity还是出现次警告,重启电脑后解决

 

unity 集成facebook sdk时 警告:"OpenSSL not found. Make sure that OpenSSL is installed, and that it is in your path".

原文:https://www.cnblogs.com/INSIST-NLJY/p/12463997.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!