I\'m trying to run my Project with Android Studio 2.2 but I get this error
Unsupported method: AndroidProject.getPluginGeneration(). The version of Gradle yo
Change gradle version to 2.2
dependencies { classpath 'com.android.tools.build:gradle:2.2.0' }