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 中,当我编写代码时,它会启动多个构建过程。这最终会减慢我的电脑速度,以至于在进程完成之前无法执行任何操作。
有没有办法让它检查构建是否已经在进行中并等待它完成或中止前一个?
随着最近对 Android Studio 的更新,问题消失了。
检查您的项目是否设置为自动生成。为此,请转到File-> Settings-> Compiler,然后取消选中Make project automatically。Compiler在->下做同样的事情Gradle。
File
Settings
Compiler
Make project automatically
Gradle