首先,我是安卓新手。我正在做一个应用程序,并且正在实现一个名为HoloEverywhere的库。该库在themes.xml 中使用库ActionBar Sherlock。我已将 ActionBar Sherlock 导入我的工作区,并将其添加到 HoloEverywhere。接下来,我已经将 HoloEverywhere 添加到我的项目中,但是当我尝试使用它时,出现错误(我尝试使用按钮):
The following classes could not be instantiated:
- com.WazaBe.HoloEverywhere.ButtonHolo (Open Class, Show Error Log)
See the Error Log (Window > Show View) for more details.
Tip: Use View.isInEditMode() in your custom views to skip code when shown in Eclipse.
我将类的路径放在我的布局中,如下所示:
<com.WazaBe.HoloEverywhere.ButtonHolo
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/text" />
我如何解决这个问题并在我的项目中使用这个库?谢谢:) PS。对不起我的英语,我知道它不是很好。