Whenever I try to import my Eclipse project to Android Studio I get the following error :
You are using an old, unsupported version of Gradle. Please
For me line in build.gradle file
dependencies { classpath 'com.android.tools.build:gradle:0.5.+' }
to
dependencies { classpath 'com.android.tools.build:gradle:0.6.+' }
Also needed to be updated to import correctly in Android Studio.