Android: Blank page when using google map api 2

后端 未结 5 1952
闹比i
闹比i 2021-01-26 04:10

I\'m using google map v2 in my app but I get the blank page like this:

I did these stepe for adding this feature to my project.

  1. First of all I

5条回答
  •  我在风中等你
    2021-01-26 04:35

    From the Manifest file you posted it looks like you package name: package="com.com.my_package_name"

    does not match the package name you used for Google Maps permissions:

    
    
                                                            
提交回复
热议问题