refer to

http://stackoverflow.com/questions/34749299/gradle-version-2-2-is-required-current-version-is-2-10

Easy solution

add this in project's buildscripts


    System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'

 

相关文章: