如何让Android Studio单线程编译

297 阅读1分钟

在gradle.properties中增加org.gradle.workers.max=1配置即可

image.png

参考docs.gradle.org/current/use…