F
F
fenix2014-06-21 12:21:20
Android
fenix, 2014-06-21 12:21:20

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

3 answer(s)
V
Vladimir Abramov, 2014-06-21
@feenix

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.

F
feenix, 2014-06-21
@feenix

thank you, something was not in my eyes

M
Marat S, 2014-06-22
@aratj

My advice to you is to throw away this library, there is no point in it at the moment.
use the Support Libarary all the same, just less hassle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question