У меня есть два устройства. Один из них - HTC Wildfire S, а другой - HTC 1V. Я использовал Geocoder.getFromLocationName()
в своем приложении. Он успешно работает в HTC wildfire S. Но в HTC 1V появилась следующая ошибка. почему это произошло? Как я могу это решить? пожалуйста, кто-нибудь может мне помочь.
код
Geocoder geoCoder = new Geocoder(getBaseContext(), Locale.getDefault());
//s is the address
List<Address> addresses = geoCoder.getFromLocationName(s, 5); //Here i got the following Exception.
Ошибка
06-18 16:28:17.933: W/System.err(4960): java.io.IOException: Service not Available
06-18 16:28:17.953: W/System.err(4960):at android.location.Geocoder.getFromLocationName(Geocoder.java:178)
Вкладка