0

我正在开发一个 android 应用程序,并在GeoFire其中使用库。

我已经按照最新版本更新了我的所有代码Firebase,但是我未能更新GeoFire到导致代码冲突的最新版本。

即使在geofire的 github 网站上,也没有这样的信息。

使用旧版 geofire 运行应用程序时,出现此错误:Caused by: java.lang.RuntimeException: You need to set the Android context using Firebase.setAndroidContext() before using Firebase.在此行geoFire = new GeoFire(new Firebase("https://appname.firebaseio.com/appDetails/"));

再次添加Firebase.setAndroidContext(this);后,我收到此错误:Caused by: java.lang.RuntimeException: Android classes not found. Are you using the firebase-client-android artifact?

如何更新到最新版本GeoFire

请告诉我。

4

1 回答 1

0

同样在这里!注意新的更新。在 Github 上查看这个OPEN Issues 。一旦解决,我们将能够获得最新的库。

希望这将尽快完成。JavaScript 已经更新。Android / iOS 仍在进行中。

于 2016-06-05T18:43:49.850 回答