Android Studio gradle takes too long to build

My Android Studio project used to build faster but now it takes a long time to build. Any ideas what could be causing the delays? I have tried https://stackoverflow.com/a/27171878/391401 but no effect. I haven’t any Anti virus running which could interrupt the builds. My app is not that big in size as well (around 5MB) … Read more

Warning: The Copy Bundle Resources build phase contains this target’s Info.plist file

I’ve separated a project into two builds and given each of them a plist file. Everything works fine, but I keep getting this build warning: Warning: The Copy Bundle Resources build phase contains this target’s Info.plist file ‘MyApp-Info.plist’ I get this when I try to build MyApp. Building for the second target gives the same … Read more