在控制台中获取错误但不知道代码在哪里?

时间:2013-09-06 01:25:14

标签: android

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

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应用程序。

2 个答案:

答案 0 :(得分:0)

您的包名称似乎是“com.google.android.gms”。将包名重命名为“com.companyname.appname”之类的唯一名称,而不是googles。

答案 1 :(得分:0)

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