Conversation

I built my own game engine from the ground up for this project and the hardest problem I have had to solve this entire project remains "how do you build anything at all for Android"
4
209
It's occasionally just really shocking that Google still hasn't faced just how bad the developer experience targeting the NDK is. Apple is actively hostile to third party devs yet they were not able to create something as hostile as the Android build system(s) became by accident
6
119
One possibility here is Google does not care whether Android has software, or possibly, is not aware that Android is a product they own
9
159
That's fascinating :O However I built this library myself, from the same cmake build that built the rest of the apk so's, and UBSAN definitely should not be on. I'm not familiar with FORTIFY_SOURCE… :(
2
Context is I had a working Android build driven from gradle. The project switched from gradle to a pure CMake-driven build, and now one of the CMake sub-projects is producing a .so that won't load. Which was exactly the fear that drove me to use gradle to begin with :(