0

我正在尝试在我的 Galaxy s3 上运行 google-play-services_lib,但我得到了这个:

[2013-09-05 02:39:19 - google-play-services_lib] ------------------------------
[2013-09-05 02:39:19 - google-play-services_lib] Android Launch!
[2013-09-05 02:39:19 - google-play-services_lib] adb is running normally.
[2013-09-05 02:39:19 - google-play-services_lib] No Launcher activity found!
[2013-09-05 02:39:19 - google-play-services_lib] The launch will only sync the application package on the device!
[2013-09-05 02:39:19 - google-play-services_lib] Performing sync
[2013-09-05 02:39:24 - google-play-services_lib] Uploading google-play-services_lib.apk onto device 'd20eb13c'
[2013-09-05 02:39:24 - google-play-services_lib] Installing google-play-services_lib.apk...
[2013-09-05 02:39:37 - google-play-services_lib] Installation error! The package already exists.
[2013-09-05 02:39:37 - google-play-services_lib] Launch canceled!

有谁知道我应该怎么做?谢谢。

4

1 回答 1

2

您不能运行库。您需要在项目中包含该库并运行它。

google-play-services_lib 根本就不是应用程序。所以你不能像应用程序一样运行它。

如果您想在模拟器上测试 google play 服务应用程序,您需要选择最新的 GoogleApi-18 avd 图像。它预装了谷歌播放服务。

于 2013-09-05T06:52:32.757 回答