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)
But you was partially right I’ve closed terminal window and my export URHO3D_HOME result gone. I’ve made export again and now it shows me more errors like
I just ran ccmake and discovered no android settings at all. I cloned latest version of urho from github (master). Do I need to clone a specific branch?