android使用百度地图api中的定位不回调BDlocationlistenner的问题

需要在manifest文件中注册

<service
    android:name="com.baidu.location.f"
    android:enabled="true"
    android:process=":remote" >
</service>
才可以使用

猜你喜欢

转载自blog.csdn.net/ct_ts/article/details/80244918