工程上有红叉,但是工程里面没有错误,控制台显示错误信息:
 Dex Loader] Unable to execute dex: wrapper was not properly loaded first
 Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first

解决办法:打开eclipse安装目录中的eclipse.ini,把最后2行文字修改为:
-Xms128m
-Xmx512m
重启Eclipse即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2021-10-13
  • 2022-01-04
  • 2021-04-07
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
相关资源
相似解决方案