I’m trying to compile android game.
I’ve compiled Urho3d via cmake and make install
it
Then I created a dummy project from this article
And…
mkdir android
./cmake_android ./android -DANDROID_NATIVE_API_LEVEL=android-14
CMake Error at CMake/Modules/FindUrho3D.cmake:346 (message):
Could NOT find compatible Urho3D library in Urho3D SDK installation or
build tree. Use URHO3D_HOME environment variable or build option to
specify the location of the non-default SDK installation or build tree.
For Android platform, double check if you have specified to use the same
ANDROID_ABI as the Urho3D library in the build tree or SDK.
Call Stack (most recent call first):
CMake/Modules/UrhoCommon.cmake:238 (find_package)
CMakeLists.txt:40 (include)
What did I do wrong?