@allpurposemat@mastodon.gamedev.place
Post #4277062
2026-07-14 15:20 UTC
Managed to build it with the Docker container provided at https://codeberg.org/comaps/docker-android-sdk, however the `liborganicmaps.so` I get from that does not successfully link with the F-Droid APK I was running. Trying to see if I can instead get an APK with debug symbols, but `gradlew assembleDebug` still strips symbols...
Replies (1)
-
@allpurposemat@mastodon.gamedev.place 2026-07-14 16:36
Right, it seems ATL cannot run debug APK files at all, *but* I can make a release build and steal debug symbols from the intermediate build artifacts. Unfortunately, those don't seem to make GDB happy. But hey, progress!