这是log
[2009-11-29 10:40:37 - myandroid]------------------------------
[2009-11-29 10:40:37 - myandroid]Android Launch!
[2009-11-29 10:40:37 - myandroid]adb is running normally.
[2009-11-29 10:40:37 - myandroid]Performing com.a.my activity launch
[2009-11-29 10:40:37 - myandroid]Automatic Target Mode: launching new emulator with compatible AVD 'myandroid'
[2009-11-29 10:40:37 - myandroid]Launching a new emulator with Virtual Device 'myandroid'
[2009-11-29 10:40:41 - myandroid]New emulator found: emulator-5554
[2009-11-29 10:40:41 - myandroid]Waiting for HOME ('android.process.acore') to be launched...
[2009-11-29 10:40:47 - myandroid]emulator-5554 disconnected! Cancelling 'com.a.my activity launch'!

解决方案 »

  1.   

            setContentView(tv); 
    TextView tv = new TextView(this); 
            tv.setText("Android!您好"); 这样写。 因为 只有加载了layout 以后 layout中的view才有意义
      

  2.   

    不好意思 看错了  你没有加载layout
    你是不是没点MENU啊
      

  3.   

    看log是正常运行的.点menu看看.
      

  4.   

    也有可能是模拟器设置问题。
    你试试:启动模拟器,菜单,设置,应用程序,development,usb debugging 勾上在运行!
      

  5.   

    最好是先把模拟器准备好一般这种问题是处在你的模拟器没打开,直接lauch,这个时候会出现install卡壳地现象
      

  6.   

    我的直接卡死在android_了...等了一天了   电脑的配置也没有为题,网上的方法都试了  还是一个样子日志如下:
    [2011-01-10 23:57:13 - aa] ------------------------------
    [2011-01-10 23:57:13 - aa] Android Launch!
    [2011-01-10 23:57:13 - aa] adb is running normally.
    [2011-01-10 23:57:13 - aa] Performing com.hello.hello activity launch
    [2011-01-10 23:57:13 - aa] Automatic Target Mode: Preferred AVD 'avd2.3' is not available. Launching new emulator.
    [2011-01-10 23:57:13 - aa] Launching a new emulator with Virtual Device 'avd2.3'
    [2011-01-10 23:57:16 - aa] New emulator found: emulator-5554
    [2011-01-10 23:57:16 - aa] Waiting for HOME ('android.process.acore') to be launched...
    [2011-01-11 00:00:29 - aa] emulator-5554 disconnected! Cancelling 'com.hello.hello activity launch'!
    希望楼主给分享下你的经验,我都郁闷三天了