Build fails with latest ndk-bundle
$ sdkmanager --list | grep -m1 ndk
Warning: File /home/max/.android/repositories.cfg could not be loaded.
ndk-bundle | 20.0.5594570 | NDK | ndk-bundle/
Here's the error:
$ ndk-build
Android NDK: The armeabi ABI is no longer supported. Use armeabi-v7a.
Android NDK: NDK Application 'local' targets unknown ABI(s): armeabi mips mips64
Android NDK: Please fix the APP_ABI definition in ./jni/Application.mk
/home/max/android/ndk-bundle/build/core/setup-app.mk:79: *** Android NDK: Aborting . Stop.
Removing armeabi, mips and mips64 from ./jni/Application.mk fixes the compilation error, but prevents the production of the binaries for those architectures.
Build fails with latest ndk-bundle
Here's the error:
Removing
armeabi,mipsandmips64from./jni/Application.mkfixes the compilation error, but prevents the production of the binaries for those architectures.