java.io.IOException: grpc failed

前端 未结 24 1108
野性不改
野性不改 2020-12-02 20:00

When I use call getFromLocationName I get an IOException with description \"grpc failed\".

Code that\'s ran

@Override
public void onMapReady(GoogleMa         


        
24条回答
  •  青春惊慌失措
    2020-12-02 20:54

    I seem to have fixed this issue by opening the top toolbar of the phone and just swithing between wifi and network, i guess the operating memory on all virtual devices is set to 2GB RAM and finding location is just using too much therefore, I saw a skip in frames and location not being able to search. So if it is dropping this error, just switch from Wifi to Network and backwards.

提交回复
热议问题