The easiest way:
Create an empty Android application project in the Eclipse workspace.
Copy the files in ShowcaseView / library / folder github to a new folder with the project database.
Update project in Eclipse.
Open the project properties - Android and select "Library"
Clean unnecessary things and create.
It should be ready to add as a dependency of your application.
Alternatively, you can choose another library project project. Copy it inside this library folder, edit it according to your new project name, etc. And then import into Eclipse. But it’s more hardcore if you don’t know what you are doing.
source share