Android Studio 1.3RC版 build加速

Posted cynchanpin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio 1.3RC版 build加速相关的知识,希望对你有一定的参考价值。

android Studio 确实是好用。但build的速度却是奇慢无比!。!


我上网找了非常多build加速的设置,却不能适配到我的1.3RC版。。。

。心塞。无耐,忍着超级无敌慢的速度硬是过了一周。当然这一周里差点儿每一天都找一遍设置。。。

直到。今天。

我是真的高兴坏了!

。!

!。!!!!

。!

!!!

!!。!!!

。!

。!

!!!

!!

。!!!

。!

。!

!!!哈哈哈哈哈哈哈
机缘巧合之下我乱点进入了Appendix D. Gradle Command Line
看了相关的命令行。设置一下。就OK了。

嘿嘿

设置前。编译一下要5min+。甚至10min。

设置后。有时几十秒。有时2分钟左右。飞起来的感觉。真好。

…..改动1:兴许,,

以下讲讲怎么设置吧,事实上非常easy。几分钟的事。

(1)设置Android Studio

a) 禁用插件

File -> Settings… Plugins 去掉一些没实用的插件。
比方:Git Integration、GitHub、Google Cloud Testing、Google Cloud Tools For Android Studio、Goole Login、Google Services、JavaFX、SDK Updater、Subversion Integration、Terminal、TestNG-J。

(2)设置Gradle
a) 开启守护进程
gradle.properties
org.gradle.daemon=true //Android Studio默认使用daemon,所以能够不设置。
命令行:–daemon

b) 開始并行模式
gradle.properties
org.gradle.parallel=true // 多个decoupledproject时,并行编译
File -> Settings… Build>Compiler 在Command-line options里设置–parallel –max-workers=4
命令行:-parallel –max-workers=4

c) demand
gradle.properties
org.gradle.configureondemand=true
File -> Settings… Build>Compiler 默认Configure on demand是勾选的
命令行:–configure-on-demand

d)离线(须要联网是再又一次设置)
File -> Settings… Build>Build Tools>Gradle 勾选Offline work

相关图片:
技术分享

方便大家复制的命令行指令:

–configure-on-demand –offline –parallel –max-workers=4

因为我的电脑是4个线程的。所以maxworkers =4 ,假设你的电脑是8线程。设置为8会更好噢!

至于怎么查自己的电脑是几线程,百度吧~

技术分享

技术分享

技术分享

分享出来,造福社会~~~~~~~~~~~

兴许———————————————
一周后。花了600大洋买了个ssd和内存条,从此1分钟内编译成功。远离焦急和烦躁~~




















以上是关于Android Studio 1.3RC版 build加速的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 1.0RC1版公布

如何安装android studio

Visual Studio 2017RC 版本相关资料

android studio怎么安装apk

Visual Studio 2015 RC 社区版目标平台在 Windows 8.1 上设置为 Windows 10 TP

Visual Studio 2017 RC使用初体验