问题 I am trying to reverse Geocode lat,long by this piece of code Geocoder geocoder = new Geocoder(context, Locale.ENGLISH); try { List<Address> addresses = geocoder.getFromLocation(latitude, longitude, 1); return addresses; } catch (IOException e) { Log.e("Error : Geocoder", "Impossible to connect to Geocoder", e); } Its working on all devices except Huawei.It is giving exception in Huawei device. Client reported on his huawei device, Huawei Y625 running on kitkat. I tested it on huawei H30