Horde3D icon indicating copy to clipboard operation
Horde3D copied to clipboard

Easy Building for Android

Open mickeymgk opened this issue 3 years ago • 2 comments

A generic android project that bundles precompiled horde3d. The current android project is not usable

mickeymgk avatar Sep 15 '21 21:09 mickeymgk

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))

algts avatar Sep 16 '21 08:09 algts

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.

HardlineStudios avatar Aug 16 '22 17:08 HardlineStudios