amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

Library itself shows errors importing #22

Closed thetutlage closed 11 years ago

thetutlage commented 11 years ago

I downloaded and imported your library , but just after the import i gave me errors inside the library itself

List of errors

Unable to find class ViewHelper Unable to find class AnimatorSet Unable to find class ObjectAnimator

I am not sure whether i need to import or add something else or what is the real deal.

amlcurran commented 11 years ago

You'll want to import Jake Wharton's Nine Old Androids library as well, whilst this is done automatically if you are using Maven it requires manual addition if you aren't! I'll see about including it in the Github project.

amlcurran commented 11 years ago

(Just Google and you'll find the required .jar)

thetutlage commented 11 years ago

Ok that worked great , i believe you should have added this to your readme file, anyways i will take the pleasure to do that