Ошибки lint Holoeverywhere

Я разрабатываю приложение для Android, в котором использую HoloEverywhere. С реализацией все прошло хорошо, но теперь я хочу создать подписанное приложение.

Прежде чем можно будет создать подписанное приложение, весь код должен пройти проверку на наличие ошибок. Однако Holoeverywhere выдает 16 ошибок.

Должен ли я отключить эти ошибки, чтобы они были фатальными? Или есть решение этих проблем?

Некоторые из ошибок, которые я получаю:

This class should be public (org.holoeverywhere.slider.SliderMenuGroupIndicatorView)
This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView)
Class referenced in the layout file, Internal.DialogTitle, was not found in the project or the libraries
Class referenced in the layout file, Internal.ExpandedMenuView, was not found in the project or the libraries
Class referenced in the layout file, Internal.NumberPickerEditText, was not found in the project or the libraries
Wrong orientation? No orientation specified, and the default is horizontal, yet this layout has multiple children where at least one has layout_width="match_parent"

Я использую последнюю версию HoloEverywhere из их GitHub: https://github.com/Prototik/HoloEverywhere.


person Arnout    schedule 13.05.2014    source источник


Ответы (1)


Я думаю, что это проблема, которую можно открыть в репозитории. В любом случае я обычно отключаю эти ошибки внутри lint.xml в своих проектах.

person Brais Gabin    schedule 13.05.2014