allcolor / YaHP-Converter

YaHP is a Java library that allows you to convert an HTML document into a PDF document.
GNU Lesser General Public License v2.1
56 stars 23 forks source link

Android support #46

Closed bmeric closed 8 years ago

bmeric commented 8 years ago

Hi,

Is YaHP-Converter works with Android? I'm trying to import it to an Android Project(I'm using Android Studio) but i get several errors CClassLoader(Mostly "cannot find symbol variable UIManager"). I imported .jar files in the libs and all org.allcolor classes.

Am i doing something wrong?

allcolor commented 8 years ago

I don't know, never tried it... but it uses some swing classes, try to get rid of CClassLoader and build a jar (CClassLoader is only used if you run with a big jar and is deprecated, it should be easy to remove it).

2016-09-06 16:26 GMT+02:00 bmeric notifications@github.com:

Hi,

Is YaHP-Converter works with Android? I'm trying to import it to an Android Project(I'm using Android Studio) but i get several errors CClassLoader(Mostly "cannot find symbol variable UIManager"). I imported .jar files in the libs and all org.allcolor classes.

Am i doing something wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/allcolor/YaHP-Converter/issues/46, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJ5B2EVvfcpaRC7nPiaxtYeN53bK8Wnks5qnXgGgaJpZM4J15cP .

All those moments will be lost in time, like tears in rain. (Roy Batty/Rutger Hauer)

bmeric commented 8 years ago

Thanks, i will try that.