I am working with Maps and Location,the following code is right but then also it shows
grpc failed
Geocoder gc=new Geocoder(this);
List<Address> list=gc.getFromLocationName("White House",1);
Address adr=list.get(0);
How can i resolve it? i am using android studio 2.3.3.