increase the maximum heap size for the Gradle daemon to at least 1536 MB.

修改 build.gradle。在android{}内追加以下代码

android {
	dexOptions{
		javaMaxHeapSize "4g" 
	}
}

猜你喜欢

转载自blog.csdn.net/m0_46728513/article/details/105269338
今日推荐