gpt4 book ai didi

android-studio-3.0 - 实现项目Android Studio 3.0

转载 作者:行者123 更新时间:2023-12-04 07:54:26 25 4
gpt4 key购买 nike

android studio 多模块项目
问题可能出在哪里?
错误消息打印屏幕 - Enter image description here.

项目 build.gradle

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

allprojects {
repositories {
google()
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

应用程序构建.gradle

...
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation project(':t2')

}

设置等级
include ':app', ':t2'

最佳答案

新版本的 Gradle(v3.3.0) 和 AndroidStudio(v3.3) 已修复此问题。

关于android-studio-3.0 - 实现项目Android Studio 3.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47245074/

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