私はこのウェブサイトの手順に従おうとしています:
http://apcmag.com/getting-started-with-medroid.htm
HelloAndroid アプリケーションを作成します。ただし、仮想デバイスを使用する代わりに、s3 を使用したいと考えています。s3 を USB デバッグ モードにして、実行構成で s3 が選択されていることを確認しました。
私の問題は、それを実行すると、このエラーが表示されることです。これは、まったく別の、まったく関係のないプロジェクトから得たのと同じエラーです。
[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!
google-play-services も使用していません。その helloworld アプリを携帯電話で実行しようとしています。