今日问题:
- 问题:百度地图api不能进行定位
原因:mainfest里没有添加必要的service声明
解决:mainfest添加<serviceandroid:name="com.baidu.location.f" android:enabled="true" android:process=":remote" > <intent-filter> <action android:name="com.baidu.location.service_v2.2" /> </intent-filter> </service>