简体   繁体   English

如何使用Google Play服务14.x将Firebase添加到Android项目

[英]How to add firebase to android project with Google Play Services 14.x

I want to add firebase to my react-native project. 我想将firebase添加到我的本机项目中。 As the documentation says it needs a device running Google Play services 15.0.0 or later. 文档所述 ,它需要一台运行Google Play服务15.0.0或更高版本的设备。

I have a device which has Google Play Services version 14.7.99 and it is the latest version for my device. 我有一台设备的Google Play服务版本为14.7.99,这是该设备的最新版本。 (As i understood Google Play Services latest version differs from device to device) (据我了解,Google Play服务的最新版本因设备而异)

So is there a way to use firebase in devices with Google Play Services version 14? 那么,有没有一种方法可以在具有Google Play服务版本14的设备中使用Firebase?

Thx in advance 提前Thx

As it quite clearly states in the documentation 正如文档中明确指出的那样

A device running: 正在运行的设备:

  • Android 4.1 (API level 14, Jelly Bean) or later Android 4.1(API级别14,Jelly Bean)或更高版本
  • Google Play services 15.0.0 or later Google Play服务15.0.0或更高版本

If your device cannot run Google Play Services 15.0.0 or later then there is no way to get Firebase to run on that device. 如果您的设备无法运行Google Play服务15.0.0或更高版本,则无法使Firebase在该设备上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将Google Play服务添加到Ionic Android Project? - How can I add google play services to Ionic Android Project? 如何将特定的Google Play Services API添加到Eclipse Android项目 - How to add a specific Google play Services api to Eclipse android project 在同一个Android项目中使用不同版本的Firebase和Google Play服务? - Use different versions of Firebase and Google Play Services in same Android project? 如何在旧的Google Play服务库基于地图的项目中添加Firebase通知 - How to add Firebase notification in old Google Play Services library map based project 无法将Google Play服务添加到Xamarin Android Project - Can't add Google Play Services to Xamarin Android Project Android + Firebase:如何确保拥有最少的Google Play服务 - Android + Firebase: how to make sure to have the minimum Google Play Services 如何将Google Play服务添加到Eclipse ADT项目中 - How to add Google Play services to my Eclipse ADT project 如何将Google Play服务添加到AIDE项目? - How do I add Google Play Services to an AIDE project? android 工作室中的 Google Play 服务错误 firebase - Google play services error firebase in android studio 无法在项目中添加Google Play服务库 - unable to add google play services library in project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM