WARNING: The option setting is experimental and unsupported

10,826

In gradle.properties you can set android.useNewApkCreator=true, This will fix first warning.

Share:
10,826
Nabin
Author by

Nabin

It's Noowenz

Updated on November 20, 2022

Comments

  • Nabin
    Nabin over 1 year

    I have updated Android Studio to 3.3.2, and found gradle sync warning.

    WARNING: The option setting 'android.databinding.enableV2=false' is experimental and unsupported. The current default is 'true'.

    WARNING: The option setting 'android.enableExperimentalFeatureDatabinding=true' is experimental and unsupported. The current default is 'false'.