一台机器上生成的map key不能在另一台机器上使用吗?
我有一个 Android 地图视图应用程序。为了查看地图视图,我生成了地图密钥并且能够查看谷歌地图。当我在另一台机器的模拟器中安装相同的 apk 时,地图没有显示。为什么会这样呢?是因为地图键的原因吗?
I have an Android map view application. In order to view the mapview, I have generated a map key and has able to view Google map. When I install the same apk in another machine's emulator, the map is not showing. Why so? Is it because of the map key?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,因为 ADT 的每个 debug.keystore 都与唯一的 Google Maps API 密钥关联。
如果您想重复使用此 Google Maps API 密钥,只需复制您的 debug.keystore(位于 C:\Documents and Settings\YOUR_USERNAME\ .android 中)并用此替换其他 PC 中的 debug.keystore。
Yes, because each debug.keystore of your ADT is associated with a unique Google Maps API key.
If you want to reuse this Google Maps API keys, simply copy you debug.keystore (locate in C:\Documents and Settings\YOUR_USERNAME\ .android) and replace your debug.keystore in other PC with this one.