gpt4 book ai didi

android - 在旧项目中更新谷歌播放服务

转载 作者:行者123 更新时间:2023-11-29 19:03:41 25 4
gpt4 key购买 nike

我有一个使用 play-services-location:9.0.1 的旧项目,现在我希望它更新到 play-services-location:11.8.0。所以,我在应用程序 build.gradle 文件中更改了它并尝试同步但是 shows error
我是 android studio 的新手,我们将不胜感激。

较旧的 build.gradle(Module:app)

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "com.tinmegali.mylocation"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'

compile 'com.google.android.gms:play-services-location:9.0.1'
}

新的build.gradle(Module:app)

apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "com.tinmegali.mylocation"
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:27.0.2'

compile 'com.google.android.gms:play-services-location:11.8.0'
}

最佳答案

尝试在错误消息上单击“添加 google maven 存储库和同步项目”。

这应该将 google maven 添加到您的 build.gradle 文件并解决问题

关于android - 在旧项目中更新谷歌播放服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47970540/

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