在Android Studio中运行项目时出错

时间:2017-01-13 08:02:41

标签: android android-studio

enter image description here

请参阅上图。

如何解决此错误?

我的Windows PC有4 GB RAM,我的C盘只有6GB的可用空间。

2 个答案:

答案 0 :(得分:0)

您无法设置最大堆大小> =您的pc ram。减少它。 打开build.gradle

查找

dexOptions { incremental true javaMaxHeapSize "4g" }

4g更改为1g2g

答案 1 :(得分:0)

您可以尝试启用multiDex支持,请在此处查看我的答案: Android Studio DexIndexOverflowException: method ID not in