Skip to content Skip to sidebar Skip to footer

How To Import Actionbarsherlock Using Gradle In Android App?

I'm trying to import ActionBarSherlock (ABS) into my Android app using Gradle, but unfortunately, when building I get a list of errors saying: /Users/kramer65/dev/repos/android-off

Solution 1:

The same attributes titleTextStyle, subtitleTextStyle, divider, background are defined in 2 different libraries.

The 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' and the support library 'com.android.support:support-v4:18.0.+' which introduced the v7 appcompat library can't work together.

Post a Comment for "How To Import Actionbarsherlock Using Gradle In Android App?"