2014-05-13 79 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内的这些错误。