apply plugin: \'com.android.application\' android { compileSdkVersion 23 buildToolsVersion \"22.0.1\" defaultConfig { applicationId \"com.nusec
For me the issue was being caused by a circular reference in an xml file. Lint would usually flag the issue, unless instructed not too. Check for:
tools:ignore="ResourceCycle"