关于谷歌地图的两个问题

时间:2014-02-12 07:15:23

标签: android google-maps

我制作了一个显示Google地图的应用。

  • 第一个问题:

    我的应用程序中的一切正常,但每次在平板电脑上运行应用程序时,我都会在logCat部件中看到此错误,

    E/GooglePlayServicesUtil(566): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.

    为什么会给我这个错误?

  • 第二个问题:

    我想了解为什么必须连接到互联网才能加载Google地图页面?如果我希望它离线工作,我该怎么办?以及如何制作以离线方式显示Google地图页面的应用程序?

1 个答案:

答案 0 :(得分:0)

  1. LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included
  2. 是的,首先它必须连接,但是有一些选项,比如离线可以离线使用它,所以你需要缓存它或类似的东西
相关问题