BB10 Android RunTime上的Google Play服务的替代方案

时间:2014-02-12 08:58:48

标签: blackberry-10 blackberry-android

我将一个Android应用程序移植到BB 10.使用Android运行时,重新打包到.BAR后,应用程序运行正常,除了GooglePlayServices:当我转到与此相关的屏幕时,com.google.android.gms.Application崩溃。我检查了我在这个库中使用的类是:

import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesClient;
import com.google.android.gms.location.LocationClient;
import com.google.android.gms.location.LocationListener;
import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.LocationSource;
import com.google.android.gms.maps.MapFragment;
import com.google.android.gms.maps.model.LatLng;

并且一些实现是GooglePlayServicesClient.ConnectionCallbacks,GooglePlayServicesClient.OnConnectionFailedListener。 对于谷歌地图,我在Android运行时文档中找到了BB 10的替代解决方案。 这个库类的替代解决方案是什么?

1 个答案:

答案 0 :(得分:0)

GooglePlayServices中Google地图的OpenStreetMap is available as a replacement。我的印象是这是自动的,但我目前没有使用Android,所以我没有任何直接经验。