How can I exclude files in Android/iOS native builds?
in build.settings file add this parameter, the file names are just example. I found this when corona build blank apps for the first time.
excludeFiles ={ -- Include only the necessary icon files on each platform iphone = { "Icon-\*dpi.png", }, android = { "Icon.png", "Icon-Small-\*.png", "Icon\*@2x.png", }, },
@mysticeti It’s not work for native builds.
I tried add the files to Excluded Source File Names, but it did not work also.
in build.settings file add this parameter, the file names are just example. I found this when corona build blank apps for the first time.
excludeFiles ={ -- Include only the necessary icon files on each platform iphone = { "Icon-\*dpi.png", }, android = { "Icon.png", "Icon-Small-\*.png", "Icon\*@2x.png", }, },
@mysticeti It’s not work for native builds.
I tried add the files to Excluded Source File Names, but it did not work also.