Build Settings neverStripDebugInfo Feature

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     }, ....

Are you building a developer build or an AdHoc or App store build?

I am testing on Android only for now. Building APK file.

I tried the same code in these scenarios :

  1. Building the APK using Windows using debug-keystore. Filesize is the same.

  2. Building the APK using Mac using own generated-keystore (for Android store uploading). Filesize is the same.

Pls advise. Thx

Are you building a developer build or an AdHoc or App store build?

I am testing on Android only for now. Building APK file.

I tried the same code in these scenarios :

  1. Building the APK using Windows using debug-keystore. Filesize is the same.

  2. Building the APK using Mac using own generated-keystore (for Android store uploading). Filesize is the same.

Pls advise. Thx