gpt4 book ai didi

Android Studio 1.0 构建太慢

转载 作者:IT王子 更新时间:2023-10-28 23:27:41 25 4
gpt4 key购买 nike

我已将 Android Studio 从 0.9x 更新到 1.0 RC(1 和 2),我的项目构建时间从 20 秒缩短到大约 90 秒。

有人遇到同样的问题吗?

更新

在终端上运行相同的任务,我看到“解决依赖关系”步骤花费了大部分额外时间。

更新 2

感谢@bond,我注意到离线将构建时间降低到大约 30 秒,所以我尝试在 build.gradle 上使用 mavenLocal(),但也没有运气。

顶级 build.gradle:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
mavenLocal()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
mavenLocal()
jcenter()
}
}

最佳答案

在编译器设置(Android Studio -> Preferences -> Project settings[your project] -> Compiler (Gradle-based Android Projects))中,在“Command-line options”中键入 --offline "框。

从 ~4 分钟到 ~20 秒。

关于Android Studio 1.0 构建太慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27176483/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com