import - Importing library project in Android Studio -


i'm trying import this android library project application android studio (0.2.5, gradle 1.7), error, no matter try.

i have tried follow voted answer post, (i tried helloword project scratch , actionbarsherlock) @ end error,

gradle: problem occurred evaluating project ':libraries:actionbarsherlock'. > gradle version 1.6 required. current version 1.7 

can me? can import either filedialog or sherlock library android studio project?

i solved upgrading android studio 0.2.6. here, "new module" issue has been fixed, can add new library module project. then, replicated library project new module (adding manually activities, files, resources...), , i've working gradle project.

i know bit tricky, had make work!


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -