Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 android 项目中使用新版本的 ical4j,因为旧版本不起作用。
但是当我尝试运行我的应用程序时需要花费很多时间来编译......最后我得到一个错误说
"Java Heap Size" .
当 eclipse 编译 ical4j 中包含的名为“groovyjarjars”的类时,就会发生这种情况。
这非常令人沮丧,因为这是解析 ics 文件(ical)的唯一库,而且自从我更新了 ADT 插件后,它就出现了问题
Remove the groovy jar,all that is necessary is backport-util.concurrent, ical4j and commons-lang this works for me.