码迷,mamicode.com
首页 > 移动开发 > 详细

android Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded

时间:2014-12-01 15:33:31      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   io   ar   color   os   sp   

Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded 

bubuko.com,布布扣

 

解决方法:

找到Eclipse安装目录的文件,\eclipse\eclipse.ini

打开把

launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-

修改为:

launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-

android Eclipse执行项目提示错误: unable to execute dex: GC orerhead limit exceeded

标签:android   style   blog   http   io   ar   color   os   sp   

原文地址:http://www.cnblogs.com/jenson138/p/4134967.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!