I have a Android project which doesn't use the NDK jet Gradle is looking for the NDK.
Either I get this Error:
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
Or I get this warning:
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /opt/local/share/java/android-sdk-macosx/ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Even when ANDROID_NDK_HOME
and ndk.dir
is unset. It there a way to built the system without those annoying messages?