You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run mvn install -P android with no luck
Error in logs:
checking whether the C compiler works... no
[INFO] configure: error: in /Users/recoilme/asp/lmdbjni/lmdbjni-android/target/native-build': [INFO] configure: error: C compiler cannot create executables [INFO] Seeconfig.log' for more details
In config.log wrong directory name
/Users/recoilme/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
linux-x86_64 is missing in ndk. I try rename darwin-x86_64 to linux-x86_64 with no luck. Now errors command line options not supported and so on.
May you provide some information how to build for android?
The text was updated successfully, but these errors were encountered:
i run mvn install -P android with no luck
Error in logs:
checking whether the C compiler works... no
[INFO] configure: error: in
/Users/recoilme/asp/lmdbjni/lmdbjni-android/target/native-build': [INFO] configure: error: C compiler cannot create executables [INFO] See
config.log' for more detailsIn config.log wrong directory name
/Users/recoilme/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
linux-x86_64 is missing in ndk. I try rename darwin-x86_64 to linux-x86_64 with no luck. Now errors command line options not supported and so on.
May you provide some information how to build for android?
The text was updated successfully, but these errors were encountered: