我目前只是在关注创建 android 应用程序的教程(http://developer.android.com/training/basics/firstapp/building-ui.html)。我认为我遵循了所有说明,但似乎无法按照他们的说明运行提供的示例应用程序。这是eclipse提供的响应:
[2012-11-03 14:18:06 - My First App] ------------------------------
[2012-11-03 14:18:06 - My First App] Android Launch!
[2012-11-03 14:18:06 - My First App] adb is running normally.
[2012-11-03 14:18:06 - My First App] Performing com.example.my.first.app.MainActivity activity launch
[2012-11-03 14:18:06 - My First App] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'TestDevice1'
[2012-11-03 14:18:06 - My First App] Uploading My First App.apk onto device 'emulator-5554'
[2012-11-03 14:18:07 - My First App] Installing My First App.apk...
[2012-11-03 14:20:22 - My First App] Failed to install My First App.apk on device 'emulator-5554!
[2012-11-03 14:20:22 - My First App] (null)
[2012-11-03 14:20:22 - My First App] Launch canceled!
[2012-11-03 14:23:00 - My First App] ------------------------------
[2012-11-03 14:23:00 - My First App] Android Launch!
[2012-11-03 14:23:00 - My First App] adb is running normally.
[2012-11-03 14:23:00 - My First App] Performing com.example.my.first.app.MainActivity activity launch
[2012-11-03 14:23:00 - My First App] Automatic Target Mode: using existing emulator
'emulator-5554' running compatible AVD 'TestDevice1'
[2012-11-03 14:23:00 - My First App] Uploading My First App.apk onto device 'emulator-5554'
[2012-11-03 14:23:01 - My First App] Installing My First App.apk...
[2012-11-03 14:25:24 - My First App] Failed to install My First App.apk on device 'emulator-5554!
[2012-11-03 14:25:24 - My First App] (null)
[2012-11-03 14:25:25 - My First App] Launch canceled!
有任何想法吗?