Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to

后端 未结 18 977
再見小時候
再見小時候 2020-11-28 04:01

today I just imported a sample app from Android SDK as a module in my project (analytics) and suddenly I got this gradle error when I try to sync it: Plugin is too old

18条回答
  •  囚心锁ツ
    2020-11-28 04:36

    You should upgrade the version of gradle. for example: com.android.build.gradle 1.3.0

    this issue occurs when version of the gradle is changed.

提交回复
热议问题