Android - Failed to find provider info for com.google.settings in MapView Example

后端 未结 5 1930
面向向阳花
面向向阳花 2021-02-13 12:15

I\'m trying to implement the MapView example which is defined in Android Hello Views example but now I\'m facing this error:

Failed to find provider info for com         


        
5条回答
  •  一整个雨季
    2021-02-13 13:01

    Just review Hello, MapView :

    Make sure you have included into AndroidManifest.xml line for permissions:

    
    

    Also, have you got Google Map API Key?
    Put it into MapView layout definition:

    
    

    Other mention of error: GGroups - MapView showing as black screen after upgrade to 1.5

提交回复
热议问题