You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
When I run "make," this is what happens:
make -j1 libmono-urho.so -f MakeAndroid ABI="armeabi"
make[1]: Entering directory '/home/engin/urho'
rm -rf Urho3D/Urho3D_Android/armeabi && mkdir "Urho3D/Urho3D_Android/armeabi" && cd Urho3D/Source && cmake -E make_directory ../Urho3D_Android/armeabi && cmake -E chdir ../Urho3D_Android/armeabi cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../../Urho3D/Source/CMake/Toolchains/Android.cmake .../Urho3D_Android/armeabi -DANDROID=1 -DANDROID_ABI=armeabi -DANDROID_NATIVE_API_LEVEL=android-15 -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.9 -DCMAKE_BUILD_TYPE=Release -DURHO3D_PCH=0 -DURHO3D_C++11=0 -DURHO3D_TOOLS=0 -DURHO3D_LUA=0 -DURHO3D_WEBP=0 -DURHO3D_ANGELSCRIPT=0 -DURHO3D_SSE=0 ../../../Urho3D/Source/
CMake Error: The source directory "/home/engin/urho/Urho3D/Urho3D_Android/armeabi/.../Urho3D_Android/armeabi" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make[1]: *** [MakeAndroid:88: Urho3D_Android] Error 1
make[1]: Leaving directory '/home/engin/urho'
make: *** [Makefile:28: Android_armeabi] Error 2
How do I fix this?
The text was updated successfully, but these errors were encountered: