[TOC]
谷歌要求OpenSSL需要在一定版本以上才可以上架
http://www.openssl.org/news/secadv_20140605.txt
https://support.google.com/faqs/answer/6376725?hl=en
OpenSSL 1.02f/1.01r or higher
Android 6.0 幫助文檔
https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#boringSSL
查看OpenSSL的方法
unzip -p YourApp.apk | strings | grep "OpenSSL"
cocos2dx 升級方法
下載安全的版本OpenSSL
https://github.com/openssl/openssl/releases
替換 cocos2dx/platform/third_party/android/prebuilt/libcurl/libs
清空 原來在用NDK打包時要清除所有.a結(jié)尾的庫文件
刪除完.a 文件后clean一下晚吞,再次編譯