简体   繁体   中英

ical4j causes Java Heap Size Error on Android Project

i'm trying to use a new version of ical4j in my android project because old versions doesn't work.

But when i try to run my application takes so much time to compile... and at last i get an error saying

 "Java Heap Size" .

And that occours when eclipse is compiling a class named "groovyjarjars" included on ical4j.

this is very frustrating because this is the only library that parses ics files (ical) and it's just giving problems since i updated the ADT Plugin

删除常规的jar,所有必要的是backport-util.concurrent,ical4j和commons-lang,这对我有用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM