Reputation: 167
How can I add the ShowcaseView project as a library to my project?
I´m using Eclipse [ADT]. I´ve already set the checkbox "is libryry" in properties from the library to checked and added it to my library but the example code
new ShowcaseView.Builder(this)
.setTarget(new ActionViewTarget(this, ActionViewTarget.Type.HOME))
.setContentTitle("ShowcaseView")
.setContentText("This is highlighting the Home button")
.hideOnTouchOutside()
.build();
says "Create class 'ShowcaseView'".
Upvotes: 0
Views: 237
Reputation: 2249
Upvotes: 1