Speed up Android project build time in IntelliJ IDEA

前端 未结 4 1701
失恋的感觉
失恋的感觉 2020-12-08 07:37

I am wondering, if there is any way, how to set skip packaging and dexing in IntelliJ IDEA like in Eclipse and ADT. There is Additional VM Options

4条回答
  •  有刺的猬
    2020-12-08 08:06

    I'm using IntelliJ 12. I've won time deploying and running Android apps enabling IntelliJ to "Make project automatically". To enable it, just go to Preferences -> Compiler and check "Make project automatically". In the same window check "Compile independent modules in parallel".

    Enabling "Make project automatically" allows you skip "Make" task before an Android application launch. You can remove it in "Run/Debug Configurations", selecting your Android Application and removing "Make" task in "Before launch" section.

提交回复
热议问题