NightWhistler / HtmlSpanner

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

error: package com.osbcp.cssparser does not exist #50

Closed monowar1993 closed 4 years ago

monowar1993 commented 7 years ago

I have downloaded the jar file and included it to my gradle, Everything is synced. But when run the project it gives me the "error: package com.osbcp.cssparser does not exist". What am i doing wrong? Please help me out.

kolorszczak commented 7 years ago

You have to find jar of old version of cssparser (in my case it was 1.4) and add it as a dependency to a HtmlSpanner dependency section. Dont forget to delete old version from gradle.