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

后端 未结 5 1949
面向向阳花
面向向阳花 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 12:47

    One more thing to check:

    I just had this problem (or rather, my problem was that the map was not showing up). I had skimmed through the map view tutorial and pasted the "uses-permission" tag inside the application tag by mistake. It needs to be directly under the manifest tag, like this:

    
    
      
      
    
      
        
        [...]
      
    
    

    A very simple mistake, but it took me a while to find. Hopefully this helps someone else!

提交回复
热议问题