Работает ли ActionBarSherlock под API 10?

Добрый день. Необходимо прикрутить ABS к проекту. Проект в Intellij IDEA 13. Вроде все подключил, но при компиляции с минимальной версией API 10 выдает кучу ошибок
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'.
на строки типа
  • Вопрос задан
  • 2380 просмотров
Решения вопроса 1
kivsiak
@kivsiak
software engineer
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.
Ответ написан
Комментировать
Пригласить эксперта
Ответы на вопрос 2
@feenix Автор вопроса
спасибо, что то мне не по глазам было
Ответ написан
Комментировать
aratj
@aratj
программер.
Мой вам совет, выбросьте эту библиотеку, на данный момент смысла в ней нет.

используйте Support Libarary все тоже, только меньше проблем.
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы