Why Google Maps is showing empty screen in my Android App?

前端 未结 5 552
遇见更好的自我
遇见更好的自我 2021-01-06 17:30

I have Google Maps in my Android App. I added it by selecting new Google Maps Activity & pasting the key in Android Studio. It worked fine in my Android phone (Lenovo K5

5条回答
  •  心在旅途
    2021-01-06 18:08

    Given the fact that your app works on Lenovo, the most probable cause is that your Coolpad phone doesn't have Google Play services which are mandatory when you use most of Google's products. (here you can find more details about this problem for Coolpad 8675). Unfortunately, you can't fix this as a developer. If an user really wants to user your app and doesn't have the Play Services you can show an error telling what's the problem and that they should install them before using your app. From this point, they should be able to find enough tutorials on how to do this thing.

提交回复
热议问题