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

后端 未结 12 1347
南旧
南旧 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:32

    Invalidate cache and restart/disabling configure on demand did not work for me. The only solution that helped me is to import the project from git again.

    [UPD] Need to change "com.android.tools.build:gradle" from 3.1.2 to 3.1.1

提交回复
热议问题