APK Openssl version

你说的曾经没有我的故事 提交于 2019-12-23 12:38:50

问题


I'm confused. I've receintly created Google Play app but some hours later I've recieved mesage in console that I'm using wrong OpenSSL version:

$ unzip -p YourApp.apk | strings | grep "OpenSSL"

gives

OpenSSL 1.0.1e 11 Feb 2013.

But Google Play supports only 1.0.1h and latest. I'm really do not understand how can I update OpenSSL version? SDK? NDK? Eclipse? etc... I've already downloaded the newest version. How can I fix it?


回答1:


Thanks to comments of my question. The solutions was not in libraries but in executable that added in res/raw/executablefile which included this OpenSSL. I had to recompile this executable to fix this alert.



来源:https://stackoverflow.com/questions/30260781/apk-openssl-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!