gpt4 book ai didi

android - 无法解析 : com. google.android.gms :play-services-maps:15. 6.1 安装存储库和同步项目 在文件中显示 在项目结构对话框中显示

转载 作者:行者123 更新时间:2023-11-29 16:41:58 24 4
gpt4 key购买 nike

apply plugin: 'com.android.application'

android {
compileSdkVersion 27
defaultConfig {
applicationId "com.example.deegi.lab10"
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.google.android.gms:play-services-maps:15.6.1'
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'
}

这是同步错误:解析失败:com.google.android.gms:play-services-maps:15.6.1

build error: Could not find com.google.android.gms:play-services-maps:15.6.1. Searched in the following locations:

我的模拟器播放服务版本是:11.3.02

最佳答案

这是因为 com.google.android.gms:play-services-maps:15.6.1 不存在

使用:

com.google.android.gms:play-services-maps:15.0.1

关于android - 无法解析 : com. google.android.gms :play-services-maps:15. 6.1 安装存储库和同步项目 在文件中显示 在项目结构对话框中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50263512/

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