[android-developers] Geocoder IOException

2011-03-10 Thread Jake Colman
At random times my production app will get GeoCoder error: java.io.IOException: Unable to parse response from server When I try to get the location name corresponding to a given latitude/longitude taken from a Location object. Is there anything I should be doing differently so that this

[android-developers] Geocoder IOException

2008-08-26 Thread android_dev
The Geocoder in 0.9 uses network lookup to obtain results. This seems to not work since I see the following exception: java.io.IOException: Unable to parse response from server at android.location.Geocoder.getFromLocation(Geocoder.java:120) This is for the location 37.422006, -122.084095. I