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
Plugin is too old
Go for stable version or gradle in app level gradle file in my case it was classpath 'com.android.tools.build:gradle:2.2.0-alpha3'
I changed it with
classpath 'com.android.tools.build:gradle:2.1.2'