In MacOS:
Use objdump -f multiarch/arm64-v8a/libcrypto.a | head -n 15 to see the architecture.
It makes the plugins/2016.2883/android/jniLibs/arm64-v8a/libplugin.openssl.so 16kb align error in android 17.
I'm testing on apple silicon mac android emulator with "system-images;android-37.0;google_apis_ps16k;arm64-v8a".
In MacOS:
Use
objdump -f multiarch/arm64-v8a/libcrypto.a | head -n 15to see the architecture.It makes the
plugins/2016.2883/android/jniLibs/arm64-v8a/libplugin.openssl.so16kb align error in android 17.I'm testing on apple silicon mac android emulator with "system-images;android-37.0;google_apis_ps16k;arm64-v8a".