Gradle Build Failed For Task app:processReleaseResources

后端 未结 8 1463
野趣味
野趣味 2020-12-20 15:04
apply plugin: \'com.android.application\'

android {
    compileSdkVersion 23
    buildToolsVersion \"22.0.1\"

    defaultConfig {
        applicationId \"com.nusec         


        
相关标签:
8条回答
  • 2020-12-20 16:05

    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.

    0 讨论(0)
  • 2020-12-20 16:08

    for cordova projects

    adding the cordova plugin cordova-android-support-gradle-release has fixed this problem for me.

    0 讨论(0)
提交回复
热议问题