NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
875 stars 208 forks source link

Failed to import the liberary #46

Closed adelemam closed 8 years ago

adelemam commented 8 years ago

I am using Android studio but still failed to import the library, I have review the multiple issue related to same issue but failed, Also i tried to use jitpack but failed to add the dependency which supposed to be compile 'com.github.User:Repo:Tag' ( didn;t get the Tag text? )

can you help please??

adelemam commented 8 years ago

any help here please??

NightWhistler commented 8 years ago

The easiest way right now is to build the library locally and add mavenLocal() to your project as a repo.

adelemam commented 8 years ago

thank you!