Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经下载了 aws-android-sdk-1.4.4。我尝试运行 sdk 中提供的示例代码。但我无法运行代码。它甚至没有加载。日食卡住并显示以下错误:
无法执行 dex:Java 堆空间 Java 堆空间
这是一个日食问题。在您的 eclipse 文件夹中,在文本编辑器中编辑 eclipse.ini。你会看到一条线
-XmsZZZm -XmxZZZm
ZZZ 是 eclipse 将用于不同目的的内存量。增加它直到它起作用。每次更改时都需要重新启动 eclipse。