Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App won't run without google play services which are not by your device

I have a problem with GoogleMap on some devices(include some emulators and some real devices). When I try to load the map this error happens

App won't run without google play services which are not by your device

, but the GoogleMap application shows its map on its own application. Is there any way to solve it?

like image 806
behrad Avatar asked Oct 14 '22 20:10

behrad


1 Answers

You should fall back your app to use Open Street Map if the device is not supported Google Play service. The native google maps app use their own API so it can run independently with Google Play Service

like image 144
hientp Avatar answered Oct 18 '22 23:10

hientp