gpt4 book ai didi

带有 Firebase 的 Android Studio 2.1.2 不工作

转载 作者:行者123 更新时间:2023-11-29 14:30:04 26 4
gpt4 key购买 nike

每当我尝试启动 firebase 时,总会出现这些错误

W/GooglePlayServicesUtil: Google Play services out of date.  Requires 11020000 but found 8489470
W/FA: Service connection failed: ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null}
E/FA: Discarding data. Failed to send app launch
E/FA: Failed to get app instance id
E/FA: Failed to send current screen to service
E/FA: Discarding data. Failed to send event to service

我知道它与 Google Play 服务有关,但我不知道如何修复它,我正在运行 Android Studio 2.1.2 并且 SDK 中没有针对 Google Play 服务的更新

编辑:我的 App Gradle(我正在使用模拟器)

    apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"

defaultConfig {
applicationId "com.example.sc.voxcinemascamp"
minSdkVersion 15
targetSdkVersion 26
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:26.0.0-alpha1'
compile 'com.google.firebase:firebase-core:11.0.2'

}

apply plugin: 'com.google.gms.google-services'

最佳答案

所以,现在很清楚了。您需要更新您的模拟器以在其上安装 Play Services 11,或者降级您的 firebase 依赖项以匹配您模拟器上安装的 Google Play 服务。

我宁愿建议更新模拟器,不要因为模拟器而降级您应用中使用的 Play 服务。

关于带有 Firebase 的 Android Studio 2.1.2 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45054620/

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