Hi.
I tried to compile urho3d for Android.
I use docker like https://urho3d.io/docs/getting-started/quick-start:
git clone GitHub - urho3d/Urho3D: Cross-platform 2D and 3D game engine
cd Urho3D
script/dockerized.sh android rake build install
But it fails:
Task :android:launcher-app:externalNativeBuildDebug FAILED
Build Urho3DPlayer_armeabi-v7a
ninja: error: ‘/home/user/Urho3D/android/urho3d-lib/.cxx/cmake/debug/armeabi-v7a/lib/libUrho3D.so’, needed by ‘…/…/…/…/build/intermediates/cmake/debug/obj/armeabi-v7a/libUrho3DPlayer.so’, missing and no known rule to make it
seems that it need libUrho3D.so but I think that is libUrho3D.a what is needed.
I have follow the instructions of Quick Start | Urho3D
Is there something wrong in the docker file or I do someting wrong?
Someone can compile urho3d for Android?