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
If you are using Android Studio 2.0 Preview I can suggest using 'beta' updates channel instead of 'stable'. It will allow you to receive latest gradle configuration changes. You can change updates channel in Settings
- Appearance & Behavior
- System Settings
- Updates
. Select Automatically check updates for [Beta Channel]
In order to know actual version of gradle classpath
and distributionUrl
(check Nick Caroso's answer) you can create new empty project and see these values there.