Search code examples
androidandroid-gradle-pluginaapt

The following project options are deprecated and have been removed:


"The following project options are deprecated and have been removed" . I have add "android.enableAapt2=false" in gradle.properties but it could not resolve my issue.


Solution

  • Remove the following from gradle.properties

    android.databinding.enableV2=true
    

    then syc grad