spacebiker
spacebiker

Reputation: 3875

ActionbarSherlock implementation in Android Studio

I am trying to include ActionbarSherlock in my project following this tutorial http://showlabor.blogspot.ca/2013/05/actionbarsherlock-in-android-studio-01.html but i get the following error:

Gradle: Execution failed for task ':libraries:ActionBarSherlock:actionbarsherlock:compileReleaseAidl'.
> Could not call IncrementalTask.taskAction() on task ':libraries:ActionBarSherlock:actionbarsherlock:compileReleaseAidl'

Any help appreciated.

Upvotes: 1

Views: 98

Answers (1)

spacebiker
spacebiker

Reputation: 3875

I finally ended up switching to ActionBarCompat as suggested and everything worked as expected.

Upvotes: 1

Related Questions