我试图在我的Android应用程序上添加Firebase身份验证和Facebook登录。我在我的应用程序中添加了这些依赖项,当我尝试启动应用程序时,它显示了以下错误:
android.content.pm.PackageManager$NameNotFoundException: Application package com.google.android.backup not found
从错误本身com.google.android.backup is missing
开始,但是如何添加此包?这个包做了什么?
app.gradle(添加以下内容)
apply plugin: 'com.google.gms.google-services'
//Firebase
compile 'com.google.firebase:firebase-auth:9.2.1'
//Facebook SDK
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
project.gradle
mavenCentral() //added on the repositories section
classpath 'com.google.gms:google-services:3.0.0'
答案 0 :(得分:0)
Google Repository和Google Play服务应更新其最新版本。您可以在Android工作室的SDK管理器上更新这些内容。