【发布时间】:2018-09-06 22:21:18
【问题描述】:
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:recyclerview-v7:28.0.0-rc01'
implementation 'com.android.support:design:28.0.0-rc01'been
}
对于appcompat-v7:28.0.0-rc01 的Android studio 3.1.3 的依赖关系,我有错误,甚至对于 com.android.support.constraint:constraint-layout:1.1.2 和 1.1.3 布局的 rc02 也是如此。我该如何解决?
【问题讨论】:
-
能否添加错误截图?
-
发布完整的 Gradle。
-
发布你的错误
-
您是否将编译SDK版本更改为28?请张贴您的错误日志。将来,请始终在问题中发布您的错误,这将有助于更快地解决您的问题。
标签: android android-studio dependencies