如何将 ShowcaseView 项目作为库添加到我的项目中?
我正在使用 Eclipse [ADT]。我已经在库的属性中设置了复选框“is libryry”以选中并将其添加到我的库中,但是示例代码
new ShowcaseView.Builder(this)
.setTarget(new ActionViewTarget(this, ActionViewTarget.Type.HOME))
.setContentTitle("ShowcaseView")
.setContentText("This is highlighting the Home button")
.hideOnTouchOutside()
.build();
说“创建类'ShowcaseView'”。