ceckak

Results 13 comments of ceckak

Thanks for getting started on the CI for Android. I will have limited availability through the end of the summer, but will start digging into this as time permits. First...

Ah - that makes sense. Sorry for not being super-responsive on this, and thanks for continue to work on it. I've been trying to carve out a little time again...

I'm really impressed that you guys have been able to muddle through the Android build as thoroughly as you have. I stopped to think about how convoluted it ended up...

I will try and take a look. I haven't touched the code in quite a while, so it may take me a bit to muddle through getting a regular build...

I ran into this as well playing through on an Android tablet. I didn't dig into the code, but from the surface, it looked like it was an issue with...

If I remember right, the debug build will do a true debug build with compile optimizations turned off, but should still be playable. The main problem with going between debug...

[This](https://github.com/exult/exult/blob/cdab79e8b96a89c5eb30906728175194d6ba1513/android/app/src/main/cpp/dependencies/CMakeLists.txt#L32-L34) is where it sets the flags to build the native libraries with debug options. The use of `${BUILD_TYPE}` pulls in the NDK CMAKE release or debug flags

Don't recall anything beyond what I noted in the commit comments. I think we tested other platforms at the time and didn't notice an adverse impact, but if we are...

I likely won't have time to reproduce any time soon, but if you can send me log messages related to it, I can review against the source code to see...

Thanks for looking into it. I'll try to carve out some time to dig into it. Sounds like there must be some filesystem or decompression dependency that is breaking or...