2014-05-13 77 views
0

我正在開發一個Android應用程序,我使用HoloEverywhere。實現一切順利,但現在我想創建一個簽名的應用程序。Holoeverywhere皮棉錯誤

在能夠創建簽名應用程序之前,所有代碼都必須通過lint錯誤檢查。但是,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" 

我使用他們的GitHub上的最新版本HoloEverywhere的:https://github.com/Prototik/HoloEverywhere

回答

1

我認爲這是一個可以在資源庫中打開的問題。無論如何,我通常在我的項目中禁用lint.xml內的這些錯誤。