Google Maps V2 - Error inflating class Fragment

后端 未结 15 1691
清歌不尽
清歌不尽 2020-12-03 01:04

I\'m trying my hand and Android Application Development. I\'m currently using Eclipse (I can\'t remember the version, whatever the newest is). I\'ve crossed a bridge where I

15条回答
  •  情话喂你
    2020-12-03 01:36

    Frequently the problem is in Manifest.xml , so be sure that you write the right permissions like : `

        
    
    
        
    
        
    
        
        
    
        
        
    
        
        
        
        
        
        
        
    
        
            
                
                    
    
                    
                
            
    
            
            
        
    
    
    

    `

    don't forget and

提交回复
热议问题