gpt4 book ai didi

java - “App won' t运行除非你更新谷歌播放服务”与谷歌地图API android studio

转载 作者:行者123 更新时间:2023-11-30 10:52:34 28 4
gpt4 key购买 nike

我正在尝试在 android 中制作谷歌地图应用程序。我在 SDK 管理器中安装了 Google Play 服务。当我运行该应用程序时,模拟器中出现错误文本:

App won't run unless you update Google Play services

build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "ge.currencyexchange"
minSdkVersion 9
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.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.google.android.gms:play-services:8.3.0'
}

我试过将 compile 'com.google.android.gms:play-services:8.3.0' 更改为 compile 'com.google.android.gms:play-services :5.0.+' 但在调试后它会抛出一个关于主题的错误并且在 AVD 中一切都是一样的

我能做什么?

最佳答案

使用 compile 'com.google.android.gms:play-services:7.8.0' 而不是 compile 'com.google.android.gms:play-services:8.3。 0'.

最后

    dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.google.android.gms:play-services:7.8.0'
}

关于java - “App won' t运行除非你更新谷歌播放服务”与谷歌地图API android studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34329363/

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