Geocoder geoCoder=new Geocoder(QueryPositionByAddressActivity.this,Locale.getDefault());
List<Address> lstAddress=geoCoder.getFromLocationName(strSearchAddress, 1);
只要geoCoder.getFromLocationName(strSearchAddress, 1);调用这个方法就说09-14 15:00:16.889: INFO/getGeoByAddress(542): java.io.IOException: Service not Available
这是为什么为什么啊