Google map not showing in android activity?

前端 未结 8 1076
生来不讨喜
生来不讨喜 2020-12-19 19:40

In my android app I want to have a MainActivity with a google map occupying the entire screen.

My problem is that the google map does not display a map, only the go

8条回答
  •  甜味超标
    2020-12-19 20:15

    Include the following code in AndroidManifest.xml file, within the application part:

    
    

    See documentation here.

提交回复
热议问题