Android Build: Dex Jumbo Mode in Gradle

前端 未结 6 1882
一向
一向 2020-12-08 01:43

I am using following line in android ant build (project.properties):

dex.force.jumbo=true

Now we are migrating from ant to Gradle. Is it po

6条回答
  •  温柔的废话
    2020-12-08 02:31

    I'm not sure if it possbile to set force jumbo in Gradle, but since Android Studio 0.2.4 you can enable it in Compiler -> Android DX Compiler -> Force Jumbo Mode.

提交回复
热议问题