Answer the question
In order to leave comments, you need to log in
Does ActionBarSherlock work under API 10?
Good afternoon. It is necessary to screw ABS to the project. Project in Intellij IDEA 13. It seems to have connected everything, but when compiling with the minimum version of API 10, it gives a bunch of errors
actionbarsherlock\res\values-v14\abs__styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Holo.ActionBar'.
to lines like
Answer the question
In order to leave comments, you need to log in
actionbarsherlock.com/faq.html
>What API level should I compile with if I want to use the library?
Use of this library requires that both it and your project are compiled with Android 4.0 (API 14) or newer.
>What API level should I target in my manifest when using the library?
Targetting API level 11 or newer is required as it will cause Android to automatically add the native action bar when run on newer devices. Since you will be compiling against new APIs but your app will likely be run on devices with older versions of Android extra care must be taken to either avoid using or properly check and call any methods that were introduced after your minimum SDK version.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question