Hi guys,
I prepared scripts to compile Urho3D binaries, for all the platforms one month ago.
For Android I used
ANDROID_ABI=x86
to have more performance on emulators.
But today I pulled master brunch and tried to compile fresh version of Urho3D and got the error on Android build:
CMake Error at CMake/Toolchains/Android.cmake:242 (message):
Unrecognized ‘x86’ specified in the ANDROID_ABI option, supported values
are: “armeabi-v7a”, “armeabi-v6”, “armeabi”.
at the same time native(linux-x64) and web builds compiled well.
Seems that something has changed in the Android building configuration since my last pull.
I use
android-ndk-r12b
and I also tried to compile on
android-ndk-r13b
and got the same error.
I investigated commits on master and found commit with message (23 days ago):
Make the CMake/Android toolchain file compatible with NDK 13c.
but there is not NDK 13c on official site. Latest version is NDK 14, previous NDK 13b.
Guys, any suggestion, what can it be?
Urho does not support
ANDROID_ABI=x86
any more, does it?
Thanks in advance.