The page on Debugging native code in Defold says that “the executables themselves contain the debug symbols.” but that doesn’t appear to be the case. We use the .aab format.
The Bob –with-symbols flag produces .so files, whereas the Google Play Native debug symbols upload (inside App bundle explorer) expects a .zip file. If I zip the .so file, Google Play complains that contains an .so file.
Should I be doing something different?