Description
Hello,
I'm using Ubuntu 16.04.6 32bit in VirtualBox, I followed the how to build instructions and I managed to build for Linux successfully, but android builds are giving me a compiler configuration error.
I'm using:
-gcc v5.4.0
-g++ v5.4.0
-clang v3.8.0-2
Here's the build log: https://pastebin.com/fqvRicQe.
The problem seems to be with the Android NDK, I downloaded android-ndk-r10e-linux-x86_64.zip as instructed, decompressed the files, ran chmod +x /ANDROID_NDK_DIRECTORY -R
.
I'm noticing that the build script is looking for a folder that doesn't exist in my Android NDK, specifically:
android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86
I have
android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
Instead, did I download the wrong NDK, do I need to further setup the NDK?
Thank you for your time.