Horde3D
Horde3D copied to clipboard
Easy Building for Android
A generic android project that bundles precompiled horde3d. The current android project is not usable
Hello. Currently horde is built for android using cmake, not gradle. Gradle project is created during cmake build stage. You can perform cmake configuration and then open generated gradle project in Android Studio, if needed. I know that this is not the best solution, that also makes it hard to debug horde on android. It will be improved in future, but I can't guarantee when it will be done. Patches are welcome))
I've had excellent success in making Android builds with Visual Studio and nVidia's Android Code Works tools.
https://docs.nvidia.com/gameworks/index.html#developertools/mobile/codeworks_android/codeworks_android_1r8.htm
Might be worth a look if you don't want to deal with Gradle and/or Android Studio directly.