Try clean project...
If it doesn't work...
Then...
Goto build.gradle in project section
Try downgrading the gradle version
From...
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
}
To...
dependencies {
classpath 'com.android.tools.build:gradle:1.2.0'
}
Then gradle.properties, add this
org.gradle.jvmargs=-XX:MaxHeapSize=256m -Xmx256m
Sync it...
Clean/Rebuild...
It worked for me... So, I am sharing...
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…