I'm trying to import this android library project into my application from Android Studio (0.2.5, gradle 1.7), but I always get some error, no matter what I try.
I mainly have tried to follow the most voted answer from this post, (I even tried with a HelloWord project from the scratch and actionbarsherlock) but at the end I get some error, like
Gradle: A problem occurred evaluating project ':libraries:actionbarsherlock'.
> Gradle version 1.6 is required. Current version is 1.7
Can anyone help me? Can you import either the filedialog or the sherlock library into an Android studio project?