my mapView.apk file execute properly on simuletor application start also but map is not show on the simulator
while the application execute only the mapView back ground and the logo at the given location is appear. the开发者_开发技巧 map is not able to visible.
Have You created map API key for your PC? If not get the Map API key from here for your PC and use it in your app. Hope this will help you.
Mostly it happens when :
- you miss to add the INTERNET permission in manifest.xml
- you do not have a proper API key.
- Internet is not working on your simulator.
check these conditions..and if you are using internet behind the proxy , then your AVD cannot load any application that is using the map.
精彩评论