ActivityThread:找不到 com.google.android.gms.chimera 的提供程序信息
ActivityThread: Failed to find provider info for com.google.android.gms.chimera
我正在尝试使用 firebase 身份验证对我的用户进行身份验证。但是当用户单击按钮并且侦听器开始身份验证时,我的 activity 停止并出现错误:
ActivityThread:无法找到 com.google.android.gms.chimera
的提供商信息
完整错误图片:
我的 Modle:app 文件是:
请告诉我,因为它是我应用程序的重要组成部分,我必须不惜一切代价使用 firebase。我该如何解决这个问题?
您的日志显示 Google Api 未在 API 控制台中启用。
Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
所以启用
在 Androi 30
的情况下,如果您在没有 Google Play API 的情况下使用模拟器,只需将此行添加到 build.gradle
implementation "io.grpc:grpc-okhttp:1.32.2"
我正在尝试使用 firebase 身份验证对我的用户进行身份验证。但是当用户单击按钮并且侦听器开始身份验证时,我的 activity 停止并出现错误:
ActivityThread:无法找到 com.google.android.gms.chimera
的提供商信息完整错误图片:
我的 Modle:app 文件是:
请告诉我,因为它是我应用程序的重要组成部分,我必须不惜一切代价使用 firebase。我该如何解决这个问题?
您的日志显示 Google Api 未在 API 控制台中启用。
Couldn't connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null}
所以启用
在 Androi 30
的情况下,如果您在没有 Google Play API 的情况下使用模拟器,只需将此行添加到 build.gradle
implementation "io.grpc:grpc-okhttp:1.32.2"