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.
我开始使用 Android Studio 开发应用程序,但我遇到了堆大小问题,因为它很快就满了,程序中断了。我试图在选项中增加这个堆大小,但问题仍然存在,有人可以帮我吗?
如果您的机器上有 4gb+ ram 内存,则分别增加Xms256MB 和Xmn1650mb。
Xms
Xmn
在你的gradle.properties把org.gradle.daemon=true
gradle.properties
org.gradle.daemon=true
设置 > 构建、执行、部署 > 构建工具 > gradle 和 CHECKoffline work
offline work