gpt4 book ai didi

java - 无法执行dex

转载 作者:行者123 更新时间:2023-11-29 21:45:21 24 4
gpt4 key购买 nike

我在我的 android 项目中添加了一个 .jar 文件后遇到了以下问题:

“转换为 Dalvik 格式失败:无法执行 dex:Java 堆空间”

在我将 eclipse.ini 文件更改为以下内容之后。如本文所述:

Unable to execute dex: GC overhead limit exceeded in Eclipse

我收到以下错误:

--无法执行dex:无法将新索引65662合并到非巨型指令中!

--转换为Dalvik格式失败:无法执行dex:无法将新索引65662合并到非巨型指令中

有人可以帮我解决这个问题或遇到类似的问题吗??

感谢任何帮助。

谢谢

这是我现在的 eclipse.ini 文件:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx512m

最佳答案

dex.force.jumbo=true 添加到我的 project.properties 中,这就成功了。 (确保你有 ADTv21+,你还需要清理一次项目。)

关于java - 无法执行dex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15982412/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com