Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android cannot write hCards due to freemarker dependency #28

Closed
ashutoshgngwr opened this issue Jun 13, 2015 · 3 comments
Closed

Android cannot write hCards due to freemarker dependency #28

ashutoshgngwr opened this issue Jun 13, 2015 · 3 comments
Labels

Comments

@ashutoshgngwr
Copy link

FreeMarker library is not supported on Android platform due to absence of java.beans package in Android Core Libraries and hence ez-vcard throws an exception when I try to create a HCard on Android.

How to fix this?

More details on the FreeMarker Android issue are available in this StackOverflow.com thread. In this thread, there is also a link to some patch that was supposed to make FreeMarker work on Android but it didn't work out either. :(

@mangstadt
Copy link
Owner

Thanks for reporting this. I'll add a note to the Wiki about this. I was been thinking about removing freemarker altogether, since it is only used to generate the hCard template. This would be a good reason to do so. :/

@mangstadt mangstadt added the bug label Jun 20, 2015
@mangstadt mangstadt changed the title Writing a HCard on Android using ez-vcard Android cannot write hCards due to freemarker dependency Jun 20, 2015
@ashutoshgngwr
Copy link
Author

When can I expect new release to be available? :p

@mangstadt
Copy link
Owner

Not sure, might be a while. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants