Configuration on demand is not supported by the current version of the Android Gradle plugin

后端 未结 12 1348
南旧
南旧 2020-11-29 15:10

After upgrading to Android Studio 3.1.2 I am getting the following error:

Configuration on demand is not supported by the current version of the Andro

12条回答
  •  春和景丽
    2020-11-29 15:33

    In Android Studio, just go to File -> Settings -> Build, Execution, Deployment -> Compiler and click to uncheck the configure on demand option, then click Ok and Sync Project with gradle files again.

提交回复
热议问题