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 got the same error on 04/07/2016 with 'com.android.tools.build:gradle:2.2.0-alpha2' and gradle wrapper 2.10 then, I just changed to
'com.android.tools.build:gradle:2.2.0-alpha2'
'com.android.tools.build:gradle:2.2.0-alpha3'
now I have no problems.
Hope this help peple.