I am porting an iOS app to Android and have noticed that when building for Android, two folders that I am excluding from my builds in build.settings (“excludeFromBuild” and “workFiles”) are still being included. This doesn’t happen when I build for iOS, and I tried moving my exclusion terms from the “all” table to the “android” table, but with the same result. I’m tempted to call this a bug, but I didn’t see anybody else mention it on the Forums, which makes me wonder if I’m just missing something here. Any ideas, fellas & ladies? I’m working with daily build 2014.2399.
Here’s my excludeFiles table in my build.settings, which works as you’d expect when building for iOS, but not for Android (I’ve tested building for Google Play as well as Amazon):
excludeFiles = { all = { "excludeFromBuild/\*", "workFiles/\*" }, iphone = {}, android = {}, },