0

我正在尝试按照本网站上的步骤进行操作:

http://apcmag.com/getting-started-with-medroid.htm

创建一个 HelloAndroid 应用程序。但是,我不想使用虚拟设备,而是使用我的 s3。我将 s3 置于 USB 调试模式,并确保已选择运行配置。

我的问题是,当我运行它时,它给了我这个错误,这与我从一个完全不同且完全不相关的项目中得到的错误相同:

[2013-09-05 21:18:02 - google-play-services_lib] ------------------------------
[2013-09-05 21:18:02 - google-play-services_lib] Android Launch!
[2013-09-05 21:18:02 - google-play-services_lib] adb is running normally.
[2013-09-05 21:18:02 - google-play-services_lib] No Launcher activity found!
[2013-09-05 21:18:02 - google-play-services_lib] The launch will only sync the application package on the device!
[2013-09-05 21:18:02 - google-play-services_lib] Performing sync
[2013-09-05 21:18:08 - google-play-services_lib] Uploading google-play-services_lib.apk onto device 'd20eb13c'
[2013-09-05 21:18:08 - google-play-services_lib] Installing google-play-services_lib.apk...
[2013-09-05 21:18:15 - google-play-services_lib] Re-installation failed due to different application signatures.
[2013-09-05 21:18:15 - google-play-services_lib] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2013-09-05 21:18:15 - google-play-services_lib] Please execute 'adb uninstall com.google.android.gms' in a shell.
[2013-09-05 21:18:15 - google-play-services_lib] Launch canceled!

我什至没有使用谷歌播放服务!我只是想在我的手机上运行那个 helloworld 应用程序。

4

2 回答 2

0

您的软件包名称似乎是“com.google.android.gms”。将您的包名称重命名为独特的名称,例如“com.companyname.appname”,而不是 googles。

于 2013-09-06T01:27:37.190 回答
0

只需卸载应用程序,清理并再次运行这今天发生在我身上,这是由于已经加载了我的应用程序的不同版本。

于 2013-09-06T01:31:41.247 回答