android service bindService onServiceConnected没有调用
开始代码如下:、public void onCreate(Bundle b){ super.onCreate(b); setContentView(R.layout.mapactivity); //绑定服务 Intent i=new Intent(); i.setClass(MapTabActivity.this,GetNowPosService.class)