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
I have resolved this way.
Steps:
gradle-wrapper.properties
file and change distributionUrl to https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
.build.gradle
and change classpath to com.android.tools.build:gradle:2.2.2
.Reference screen shot:
Done.