标签: android android-studio
请参阅上图。
如何解决此错误?
我的Windows PC有4 GB RAM,我的C盘只有6GB的可用空间。
答案 0 :(得分:0)
您无法设置最大堆大小> =您的pc ram。减少它。 打开build.gradle
build.gradle
查找
dexOptions { incremental true javaMaxHeapSize "4g" }
将4g更改为1g或2g
4g
1g
2g
答案 1 :(得分:0)
您可以尝试启用multiDex支持,请在此处查看我的答案: Android Studio DexIndexOverflowException: method ID not in