Improve the build speed practice of Android Studio

Source: Internet
Author: User

1. Create the Gradle.properties file in the following directory

/home/<username>/.gradle/(Linux)/users/<username>/.gradle/(MAC) C:\users\<username>\.gradle ( Windows)

Add in Folder

# project-wide Gradle settings.# IDE (e.g. Android Studio) users:# settings specified in this file would override any Gradl E settings# configured through the ide.# for more details about how to configure your build environment visit# Http://www.gra  dle.org/docs/current/userguide/build_environment.html# The Gradle daemon aims to improve the startup and execution time of gradle.# when set to True the Gradle daemon are to run the build.# todo:disable daemon in CI, since builds should be Clea N and reliable on serversorg.gradle.daemon=true# specifies the JVM arguments used for the daemon process.# the setting is Particularly useful for tweaking memory settings.# Default value:-xmx10248m-xx:maxpermsize=256morg.gradle.jvmargs=- xmx2048m-xx:maxpermsize=512m-xx:+heapdumponoutofmemoryerror-dfile.encoding=utf-8# when configured, Gradle'll run In incubating parallel mode.# This option is should only being used with decoupled projects. More details, visit# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projectsorg.gradle.parallel=true# enables new incubating mode that makes Gradle Selective when configuring projects.# only relevant projects is configured which results in faster builds for large multi -projects.# Http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_ Demandorg.gradle.configureondemand=true

The purpose of the above configuration: increase the size of Gradle running Java Virtual machine, let gradle at compile time use independent process, let Gradle can run parallel.

2. Configuring in Android Studio

Turn on offline mode

Improve the build speed practice of Android Studio

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.