windows - Android NDK OpenSSL -


i new in ndk, trying add openssl android project using c, have looked , tried , cannot figure out how linked openssl libraries in android, reason asking because page , post i've found talk or information don't 64 bit arch's(arm64, mips64 , x86_64), arm , x86 arch's, haven't found recent post using ndk 10 , 64 bit arch.

i tried link , error when try line:

$ . ./setenv-android.sh

bash: ./setenv-android.sh: line 106: do

the 106 line says:

for host in "linux-x86_64" "linux-x86" "darwin-x86_64" "darwin-x86"       if [ -d "$android_ndk_root/toolchains/$_android_eabi/prebuilt/$host/bin" ];     android_toolchain="$android_ndk_root/toolchains/$_android_eabi/prebuilt/$host/bin"     break   fi done 

but don't know how fix code, , kind of old post.

also tried link couldn't make step 1. gpg --import # paste pgp public key block on stdin when tried corresponding public key block didn't , when trying ./import_openssl.sh import openssl-*.tar.gz show error , ./import_openssl.sh regenerate patches/*.patch didn't fix didn't know how modify openssl.config , patches , don't think work 64 bit arch.

can sombody tell me or send me how linked openssl libraries in ndk abi, using windows 7, cygwin, , ndk 10d

i resolve partially problem it's not answer, did compile openssl android x86 , arm architecture in link post advances.

i'm not going mark answer correct till i'll compile openssl architectures

edit:

i post answer in link


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -