Is it possible for Corona to only include certain specified files when building?

Obviously the most fool-proof way is to simply work using 2 separate folders, but that’s time consuming and prone to errors.

Basically I am using different audio files for Android & iOS but currently have everything in one folder, and in the code I check to see if the platform is Android or iOS and then set my variables appropriately. However this still means that all of the files will be built into the .apk / .app files which bloats the package size. Is there a way to specify in the build settings that only certain files should be included in the build?

This applies to the app icons as well, I currently have all the icons for iOS and Android in the root folder, but obviously I only need one set per build.

Many thanks

Alan [import]uid: 84115 topic_id: 29903 reply_id: 329903[/import]

Hi Alan,

No, this isn’t currently possible - however I’d encourage you to make a post in Features and Roadmap sub forum about it. [import]uid: 52491 topic_id: 29903 reply_id: 120026[/import]

Hi Alan,

No, this isn’t currently possible - however I’d encourage you to make a post in Features and Roadmap sub forum about it. [import]uid: 52491 topic_id: 29903 reply_id: 120026[/import]