`
Beaver's
  • 浏览: 397391 次
  • 性别: Icon_minigender_2
  • 来自: 天津
社区版块
存档分类
最新评论

Unable to execute dex: Java heap space

阅读更多
Unable to execute dex: Java heap space解决方案

项目开发,在编译工程的过程中发现了Unable to execute dex: Java heap space 这个问题,最后导致eclipse 工作很卡,工程编译不通过:
    解决方案:
   1. eclipse.int 添加内存,eclipse.ini to this: -Xms128m -Xmx512m
   2. 导入工程的jar通过 add User Library方式导入
       右键工程->build path->add Library->user Library->user Libraries->new->随便取个名字->add JARs->ok
       添加过程中记得将 user systemLibrary选中

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics