Geocoder geocoder = new Geocoder(map.this,Locale.getDefault()); List list = geocoder.getFromLocation(geoLat, geoLng, 1);
This kind of error shows up when the GPS is not active. Since the emulator doesnt have a GPS hardware, similar exception can be thrown. Cant say for sure unless you post more detail about the problem.