这是我第一次使用 Proguard,我注意到如果您在 proguard-project.txt 中添加许多自定义规则,显然会花费更多时间来构建.这导致 Eclipse 崩溃报告 GC 开销限制超出 然后我不得不强制关闭 java,因为编辑器继续弹出错误和警报对话框.有什么办法可以避免 Eclipse 上的这些连续崩溃,从而解决报告的问题 这里也是?
It's the first time I am using Proguard, I've noticed that if you add many custom rules to proguard-project.txt it takes obviously much more time for building. That's cause Eclipse to crash reporting a GC overhead limit exceeded and then I have to force the shut down of java because the editor continues to pop out error and alert dialogs. Is there any way to avoid these continuous crashes on Eclipse and so fix the problem reported here too?
已修复,我阅读了所有其他论坛关于该问题的帖子,但没有人说如何在 Eclipse 上修复它.我找到了修复here
Fixed, I read all the others forum posts about the problem but no one said how to fix it on Eclipse. I found the fix here
如果链接失效,您可以执行以下操作.编辑eclipse.ini",并设置类似的内容:
in case the link becomes dead, here's what you can do. Edit "eclipse.ini", and set something like that:
-XX:MaxPermSize=1024m
-Xms512m
-Xmx1024m
这篇关于Eclipse 崩溃并出现 GC 开销限制超出错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何找到给定月份的周六和周日?How can I find Saturdays and Sundays in A given month?(如何找到给定月份的周六和周日?)
Android 格式化日期与时区Android Format date with time zone(Android 格式化日期与时区)
如何在 android eclipse 中制作水平滑动日历?How can I make a horizontal sliding calendar in android eclipse?(如何在 android eclipse 中制作水平滑动日历?)
Android 日历:更改一周的开始日期Android Calendar: Changing the start day of week(Android 日历:更改一周的开始日期)
在 Java 中,如何使用系统的默认语言环境(语言In Java, how to get strings of days of week (Sun, Mon, ..., Sat) with system#39;s default Locale (language)(在 Java 中,如何使用系统的默认语
如何在不超过一个月的可用天数的情况下将 7 天How to add 7 days to current date while not going over available days of a month?(如何在不超过一个月的可用天数的情况下将 7 天添加到