windows - How to check OpenSSL library version of android application -
this related google play , openssl warning message. play store recommend use following command grep:
$ unzip -p yourapp.apk | strings | grep "openssl"
but on windows, command not running. have installed winzip, winrar, cygwin , mingw. please me run command can come know issue ?
i have resolved issue facing i.e. unable run command
$ unzip -p yourapp.apk | strings | grep "openssl"
i installed unzip package in cygwin opening setup of cygwin , shows packages available cygwin, selected unzip package , updated. after above mentioned command work charm in cygwin terminal.
Comments
Post a Comment