apply plugin: \'com.android.application\'
android {
compileSdkVersion 23
buildToolsVersion \"22.0.1\"
defaultConfig {
applicationId \"com.nusec
My method is always try the simplest potential solution: and I added this line inside gradle.properties in the app folder:
android.enableAapt2=false
It works wonder exactly no issue.
for cordova projects
adding the cordova plugin cordova-android-support-gradle-release
has fixed this problem for me.