等待android中的调试器错误

时间:2013-02-09 07:33:14

标签: java android eclipse android-4.0-ice-cream-sandwich

我刚在Windows中通过Eclips创建了一个示例Hello世界。如果我调试应用程序,模拟器停止说等待调试器,

最近我更新到API 16& 17。

这是控制台消息:

[2013-02-09 12:56:45 - helloworld] ------------------------------
[2013-02-09 12:56:45 - helloworld] Android Launch!
[2013-02-09 12:56:45 - helloworld] adb is running normally.
[2013-02-09 12:56:45 - helloworld] Performing com.example.helloworld.MainActivity activity launch
[2013-02-09 12:56:45 - helloworld] Automatic Target Mode: launching new emulator with compatible AVD 'FROYO'
[2013-02-09 12:56:45 - helloworld] Launching a new emulator with Virtual Device 'FROYO'
[2013-02-09 12:56:47 - helloworld] New emulator found: emulator-5554
[2013-02-09 12:56:47 - helloworld] Waiting for HOME ('android.process.acore') to be launched...
[2013-02-09 12:58:36 - helloworld] ------------------------------
[2013-02-09 12:58:36 - helloworld] Android Launch!
[2013-02-09 12:58:36 - helloworld] adb is running normally.
[2013-02-09 12:58:36 - helloworld] Performing com.example.helloworld.MainActivity activity launch
[2013-02-09 12:58:37 - helloworld] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'FROYO'
[2013-02-09 12:58:37 - helloworld] Uploading helloworld.apk onto device 'emulator-5554'
[2013-02-09 12:58:39 - helloworld] Installing helloworld.apk...
[2013-02-09 12:58:43 - helloworld] Success!
[2013-02-09 12:58:44 - helloworld] Starting activity com.example.helloworld.MainActivity on device emulator-5554
[2013-02-09 12:58:45 - helloworld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.helloworld/.MainActivity }

1 个答案:

答案 0 :(得分:-1)

最佳解决方案是从Google获取新的ADT副本并开始开发,仅限399 MB。

相关问题