解决方案 »

  1.   

    初始化地图引擎没有啊?
    而且初始化地图引擎的代码要放在setContentView(R.layout.activity_map_main);的前面
      

  2.   

    用GPS定位好慢,基站那个定位的挺快的
      

  3.   

    哦,无法定位终于找到问题所在了,谢谢楼主,是有人权限没加,没加
    <service
                android:name="com.baidu.location.f"
                android:enabled="true"
                android:process=":remote" >
            </service>