gradle daemon 怎么开启
答案:2 悬赏:50 手机版
解决时间 2021-02-22 18:02
- 提问者网友:温柔港
- 2021-02-22 02:54
gradle daemon 怎么开启
最佳答案
- 五星知识达人网友:春色三分
- 2021-02-22 04:03
禁用插件
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。
设置Gradle
1.开启守护进程
gradle.properties
org.gradle.daemon=true //Android Studio默认使用daemon,所以可以不设置。
命令行:–daemon
2.开始并行模式
gradle.properties
org.gradle.parallel=true // 多个decoupled工程时,并行编译
File -> Settings… Build>Compiler 在Command-line options里设置–parallel –max- workers=4
命令行:-parallel –max-workers=4
3. demand
gradle.properties
org.gradle.configureondemand=true
File -> Settings… Build>Compiler 默认Configure on demand是勾选的
命令行:–configure-on-demand
4.离线(需要联网是再重新设置)
File -> Settings… Build>Build Tools>Gradle 勾选Offline work
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。
设置Gradle
1.开启守护进程
gradle.properties
org.gradle.daemon=true //Android Studio默认使用daemon,所以可以不设置。
命令行:–daemon
2.开始并行模式
gradle.properties
org.gradle.parallel=true // 多个decoupled工程时,并行编译
File -> Settings… Build>Compiler 在Command-line options里设置–parallel –max- workers=4
命令行:-parallel –max-workers=4
3. demand
gradle.properties
org.gradle.configureondemand=true
File -> Settings… Build>Compiler 默认Configure on demand是勾选的
命令行:–configure-on-demand
4.离线(需要联网是再重新设置)
File -> Settings… Build>Build Tools>Gradle 勾选Offline work
全部回答
- 1楼网友:长青诗
- 2021-02-22 04:14
ean
:prebuild up-to-date
:predebugbuild up-to-date
:checkdebugmanifest
:preparedebugdependencies
:compiledebugaidl
:compiledebugrenderscript
:generatedebugbuildconfig
:mergedebugshaders
:compiledebugshaders
:generatedebugassets
:mergedebugassets
:generatedebugresvalues up-to-date
:generatedebugresources
:mergedebugresources
:processdebugmanifest
:processdebugresources
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯