Hi guys,
Referring to this document, http://docs.coronalabs.com/guide/distribution/buildSettings/index.html
I don’t notice any difference in APK filesize when I set this ‘neverStripDebugInfo’ to true or false (in build.settings file). The filesize is the same.
Am I missing something ?
settings = { plugins = { }, build = { neverStripDebugInfo = true }, ....