Hi, i have been trying to build my project for android without luck.
I have already build it for native windows, native linux, and emscripten but for android i am lost.
Plus the docs are obscure and misleading.
I have tried with rake, cmake, followed several tutorials and remade my Urho3D setup countless times.
NOT WORKING Steps i tried:
- properly install NDK, SDK, JDK, with latest API (23) and properly env vars.
- git clone urho3d
- cmake it for android
- compile it for android
— if i run ant release it creates an apk at this point, but not my project’s apk — - rake scaffolding my project
- go to my project’s scaffolding
- symlink my sources, modify CMakeLists.txt to include my sources
- rake cmake it for android
- rake make it for android
— at this point it seems compiled, i see .o files for my sources, but “ant release” will fail and even “android update” since neither have the required xml files.
Can you clarify how to compile a user’s project based on Urho3D ?
Thanks