I'm trying to get placemarks from coordinates.
I'm using geoLocator
for that. It was working fine today morning, but now, it throws platform exception.
PlatformException(IO_ERROR, A network error occurred trying to lookup the supplied coordinates (latitude: <lat>, longitude: <long>)., null)
It says it's a network error, but my device is connected to the internet,
First, i thought there might be some problem in the Geolocator
package, so i used Geocoding
package, but the problem persists.
This is the error from geocoder.
Geocoder getFromLocation --- mService = android.location.ILocationManager$Stub$Proxy@e8c2197, ex = grpc failed, return results = []
Please help.