6

我正在使用 Android 2.3.6 设备进行测试。当我在设备上运行 Google Map android api v2 时,它不会在设备上显示地图,并且还会在 logcat 上显示错误,如下所示

Google Maps Android API 授权失败。

同样在控制台上它显示

[2012-12-07 13:59:42 - google-play-services_lib] 找不到 google-play-services_lib.apk!

请帮我!!!!!!!!

4

4 回答 4

3

I also found that the play services libproject has to be imported onto the same physical drive as your project. (which may not be the case if you didn't check the 'Copy projects into workspace' checkbox)

于 2013-01-18T14:03:14.870 回答
0

首先下载最新的 google play services revision 3。将 google play services libproject 作为库导入 Eclipse。然后转到属性> Android,然后将上述项目作为库添加到您的项目中。还要确保在您的设备上更新了 google play 服务。如果您直接在设备上运行应用程序,请使用调试密钥库。您必须在创建 Android 密钥时添加调试密钥库的 sha1 打印和包。

参考这个例子: https ://docs.google.com/document/pub?id=19nQzvKP-CVLd7_VrpwnHfl-AE9fjbJySowONZZtNHzw

于 2012-12-07T12:29:51.683 回答
0

建立图书馆项目

我刚刚添加了谷歌服务的项目,并在我的项目属性中添加了一个引用->Android 检查上面的链接。

于 2012-12-07T09:04:27.837 回答
0

不幸的是,要使用 Google 地图,您必须在真实设备上测试应用程序,因为不支持模拟器。

于 2013-02-24T10:45:43.743 回答