谷歌地图的瓷砖在仿真器上工作时没有在实际设备上加载?我应该如何解决这个问题?Google maps with android?
0
A
回答
2
我的android技能可能有点生疏,但是您是否生成了调试API密钥?如果是这样,您是否已将INTERNET添加到应用程序清单?
例
看看下面的页面Obtaining a Maps API Key。提供简明指令 用于生成发行版和调试API密钥。
0
尝试在Android清单file.xml添加此
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
相关问题
- 1. javascript maps with google maps
- 2. Infowindow with Google maps
- 3. Google Maps with Phonegap
- 4. Google Maps Infowindow with dynamic data
- 5. Javascript setTimeout with google maps markers
- 6. Google Maps Api v3 with jQuery toggle
- 7. Freeform Drawing with Android Maps v2
- 8. Google Maps android IndexOutOfBoundsException
- 9. Android Google Maps ClassNotFoundException
- 10. Google Maps Android LatLngBounds
- 11. Google maps Marker Clustering with large(10,000+)GeoJSON?
- 12. html5 autofocus not working with google maps v3 infowindow form
- 13. Google Maps Api android key
- 14. Google android maps v2 MetersToEquatorPixel
- 15. Android google maps v2 error
- 16. Android Google Maps图标
- 17. Maps V2 with viewPager
- 18. BeanUtils with Maps
- 19. Google Maps API与Google Maps Engine?
- 20. Google Maps Android API问题
- 21. Android Google Maps API v1 Gradle
- 22. HDPI上的Google Maps V3 Android
- 23. Android上的Google Maps API
- 24. Google Maps Android API密钥库
- 25. 主题Google Maps for Android
- 26. Android Google Maps API2崩溃
- 27. Android和Google Maps API - 图标
- 28. Google Maps for android not rendering
- 29. Google Maps for Android重叠
- 30. Android Studio Google Maps API v2
检查您的网络连接是有或没有。 – 2012-04-01 16:00:40