gpt4 book ai didi

android - 除非您更新谷歌播放服务,否则应用程序不会运行

转载 作者:太空宇宙 更新时间:2023-11-03 13:17:49 25 4
gpt4 key购买 nike

每当我在使用 Google map API 的模拟器中运行我的应用程序时,我都会收到错误消息“除非您更新 google play 服务,否则应用程序将无法运行”。我已经在 SO 上挖掘了关于同一主题的其他一些问题,因为有很多,但我还没有找到解决方案。那么如何让 Google map API 在我的模拟器上运行呢?

当我在仿真器上浏览已安装的应用程序时,我没有在列表中看到 Google Play 服务。所以我猜这是问题所在?如果是这样,我如何在我的设备上获取它?或者根本不可能在模拟器上使用 Google Play 服务?

我正在使用启用了 Google API 的模拟器。

这是我的 Gradle 构建文件:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "com.example.thomas.app"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

repositories {
mavenCentral()
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.facebook.android:facebook-android-sdk:4.6.0'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.google.android.gms:play-services:8.1.0'
compile 'com.android.support:design:23.0.1'
}

最佳答案

我遇到了同样的问题。我打开我的模拟器,转到设置 -> 应用程序 -> Google Play 服务,并记下版本(在我的例子中是 8.1.65)。然后我打开我的 build.gradle 并看到 com.google.android.gms:play-services 的版本是 8.3.0。我将其更改为 8.1.0,并且它可以在模拟器上运行。

关于android - 除非您更新谷歌播放服务,否则应用程序不会运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33114112/

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