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

后端 未结 17 902
我寻月下人不归
我寻月下人不归 2020-11-28 22:15

I updated the Android Studio version 2.0 and was using normally. When I created a new project today, it is displaying the error Plugin is too old, please update to a

17条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 22:56

    I have resolved this way.

    Steps:

    1. Open gradle-wrapper.properties file and change distributionUrl to https\://services.gradle.org/distributions/gradle-2.14.1-all.zip.
    2. Open root level build.gradle and change classpath to com.android.tools.build:gradle:2.2.2.
    3. Sync your Android studio project.

    Reference screen shot:

    Done.

提交回复
热议问题