这个错误是Eclipse里面的一个bug,我们通过如下的设置就可以解决它。

打开eclipse安装目录下的eclipse.ini文件:

将其中的256m改为128m,512m改为256m,1024m改为512m即可。

修改后的文件内容如下:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.0.4-741630

最新文章

  1. MySQL点滴
  2. JDBC值事务
  3. scikit-learn决策树算法类库使用小结
  4. MVC+MQ+WinServices+Lucene.Net Demo
  5. fiddler实现手机端抓包(代理)
  6. WP8_ListBox的用法
  7. Web 应用性能和压力测试工具 Gor - 运维生存时间
  8. systrace跟踪 Android性能优化
  9. anroid平台指纹方案
  10. SEO诊断之关于网站收录(转)
  11. C#将图片背景从透明变成白色
  12. MyBatis批量修改操作
  13. BeanNameAware和BeanFactoryAware接口
  14. 设计模式之Facade(外观)(转)
  15. 分布式Session一致性解决方案有哪些?
  16. Vue2.0中v-for迭代语法变化(key、index)
  17. 【LeetCode two_pointer】11. Container With Most Water
  18. ABP 源码分析汇总之 IOC
  19. codeforces570D Tree Requests
  20. 小记一次shellscript的麻烦

热门文章

  1. [转] impress.js学习
  2. day--14前端(HTML、CSS)
  3. 【LOJ】#2568. 「APIO2016」烟花表演
  4. 【BZOJ】4561: [JLoi2016]圆的异或并
  5. Spark官方文档中推荐的硬件配置
  6. 【python学习-4】可复用函数与模块
  7. 使用ApiPost测试接口时需要先登录的接口怎么办(基于Cookie)?
  8. SOAP port
  9. Android-Drawable(三)
  10. TCP状态知识总结(图解)