AAPT2 working abnormally in android studio 3.1 both for True and False flag

后端 未结 5 1885
长发绾君心
长发绾君心 2021-01-12 20:14

I am usingandroid.enableAapt2 = false in my gradle.properties file. After updating android studio to 3.1 my project showing a warning to update or

5条回答
  •  忘掉有多难
    2021-01-12 20:52

    Update the project gradle dependencies. The code is below.

     dependencies {
            classpath 'com.android.tools.build:gradle:3.1.3'
    
    
            // NOTE: Do not place your application dependencies here; they belong
            // in the individual module build.gradle files
        }
    

提交回复
热议问题