问题
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