android - APK Openssl version -


i'm confused. i've receintly created google play app hours later i've recieved mesage in console 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 1.0.1h , latest. i'm not understand how can update openssl version? sdk? ndk? eclipse? etc... i've downloaded newest version. how can fix it?

thanks comments of question. solutions not in libraries in executable added in res/raw/executablefile included openssl. had recompile executable fix alert.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -