Running google map application on Android Emulator

后端 未结 6 759
野趣味
野趣味 2020-11-30 13:07

My application uses Google Maps v2. This application successfully working on Android powered device. I tried to run the same application on Android emulator. The target of m

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-30 13:37

    First make sure you have internet access

    and the the following permission in your manifest: `

    
    
    
    
        
        
    `

提交回复
热议问题