Re: [AD] android example |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
I think it’s just because it used to be the only example, and we didn’t have CMake able to build for Android.
IMO it is still useful because you get to see the structure of an Android project. The CMake that builds the examples is simplified, at least I know for my projects I use a special build for Android with a directory like that example. It’s good to know the directory structure so you can use it or set up your own CMake script to build your Android project. Like for example, the examples use a generic AndroidManifest.xml whereas you often need to add things that the tools can’t do via command line. And many other things.
If possible I think it’d be better to keep it and set the correct architectures and stuff, or at least put it in misc/ and allow users to build it manually if they want to try it out or something.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |