cocos2dx 3.x版本 openssl 更新的问题 最后又3.x版本最新的libs下载地址

Cocos2d-x Developer Blog

Cocos Creator 1.0.2 released!

Cocos Creator 1.0.2 officially released!

We are excited to release version 1.0.2 of Cocos Creator. Cocos Creator is a new,unified,development tool that handles every step in the game development process.
(more…)

Posted in Announcement Tagged with: cocos-creator

OpenSSL update

Cocos2d-x has upgradedOpenSSLto version1.0.2g.

BeginningJuly 11,2016,Google Play will block publishing of any new apps or updates that use older versions ofOpenSSL. It is important that you update the use ofOpenSSLin your projects.

If you use v2.x or use older versions of v3.x,you can just updateCURLandOpenSSL. To do this:

  • modifyCocos2d-x root/external/config.jsonto update the dependency version. For v3.x the dependency version isv3-deps-92,and for v2.x it isv2-deps-5
  • execute thedownload-deps.pyscript in yourCocos2d-x root.

Feel free to post on ourforumsif you run into difficulty.

官网上更新了,而且到16年7月11号的时候如果没有更新的话就不能上google商店了下面给个3.x版本的libs
直接替换掉third_party\android\prebuilt\libcurl\libs下的同名文件即可
链接:http://pan.baidu.com/s/1qXUaV0K 密码:5gc1

相关文章

    本文实践自 RayWenderlich、Ali Hafizji 的文章《...
Cocos-code-ide使用入门学习地点:杭州滨江邮箱:appdevzw@1...
第一次開始用手游引擎挺激动!!!进入正题。下载资源1:从C...
    Cocos2d-x是一款强大的基于OpenGLES的跨平台游戏开发...
1.  来源 QuickV3sample项目中的2048样例游戏,以及最近《...
   Cocos2d-x3.x已经支持使用CMake来进行构建了,这里尝试...