Search code examples
androidactionbarsherlock

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.


Solution

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