[2012-06-22 21:41:28 - HelloAndroid] Android Launch!
[2012-06-22 21:41:28 - HelloAndroid] adb is running normally.
[2012-06-22 21:41:28 - HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch
[2012-06-22 21:41:28 - HelloAndroid] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'my_avd'
[2012-06-22 21:41:28 - HelloAndroid] Uploading HelloAndroid.apk onto device 'emulator-5554'
[2012-06-22 21:41:28 - HelloAndroid] Installing HelloAndroid.apk...
[2012-06-22 21:41:33 - HelloAndroid] Success!
[2012-06-22 21:41:33 - HelloAndroid] Starting activity com.example.helloandroid.HelloAndroid on device emulator-5554
[2012-06-22 21:41:36 - HelloAndroid] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.helloandroid/.HelloAndroid }这是我的,正确的。

解决方案 »

  1.   

    是不是你的Virtual Device有问题,你看一下google的在线文档,按照hello,android做没问题的。
      

  2.   

    新建一个AVD的时候,把配置里边把多余的项删掉
      

  3.   

    好像我的模拟器不用怎样配置,AVD Manager.exe创建一个模拟器,在AVD Manager里面打开运行,第一次运行时勾上保存快照,去掉读取快照的勾,然后运行。第一次运行显示主屏后就用右上角的X关掉。再次运行时勾上读取快照,去掉保存快照的勾再运行,这样就运行很快。我一般都是先用AVD Manager运行模拟器后再在eclipse里面选择进行调试程序。
      

  4.   

    先从AVD manager那选中模拟器,点start,等很久,注意是很久,直到出来手机的界面,
    如果等了一会模拟器窗口出来了,显示android,还要再等,直到出现手机的页面,这个时候,再用eclipse运行,手工选择已经运行的模拟器,就可以看到结果。我一开始着急,看到窗口出来,显示android字样,就运行eclipse,会报错,提示设备没有准备好。
    如果不手工start模拟器,直接点运行,会遇到跟楼主类似的错误提示。我遇到的问题,是用上面的方式处理的,不确定是否能解决楼主的问题。
      

  5.   

    在你的命令行下:转到你的sdk的路径,敲入 android -h
    看看你的sdk是否安装成功啊!!
      

  6.   


    F:\java>android -h       Usage:
           android [global options] action [action options]
           Global options:
      -h --help       : Help on a specific command.
      -v --verbose    : Verbose mode, shows errors, warnings and all messages.
         --clear-cache: Clear the SDK Manager repository manifest cache.
      -s --silent     : Silent mode, shows errors only.                                                                    Valid
                                                                        actions
                                                                        are
                                                                        composed
                                                                        of a verb
                                                                        and an
                                                                        optional
                                                                        direct
                                                                        object:
    -    sdk              : Displays the SDK Manager window.
    -    avd              : Displays the AVD Manager window.
    -   list              : Lists existing targets or virtual devices.
    -   list avd          : Lists existing Android Virtual Devices.
    -   list target       : Lists existing targets.
    -   list sdk          : Lists remote SDK repository.
    - create avd          : Creates a new Android Virtual Device.
    -   move avd          : Moves or renames an Android Virtual Device.
    - delete avd          : Deletes an Android Virtual Device.
    - update avd          : Updates an Android Virtual Device to match the folders
                            of a new SDK.
    - create project      : Creates a new Android project.
    - update project      : Updates an Android project (must already have an
                            AndroidManifest.xml).
    - create test-project : Creates a new Android project for a test package.
    - update test-project : Updates the Android project for a test package (must
                            already have an AndroidManifest.xml).
    - create lib-project  : Creates a new Android library project.
    - update lib-project  : Updates an Android library project (must already have
      

  7.   

    HAXM的东西需要手动装。。  全名叫Intel® Hardware Accelerated Execution Manager 1.0.1 (R2)(硬件加速)  在SDK manager的extra中可以找到下载,下完在这找到:<sdk>/extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM.exe可以参考牛贴:
    http://www.crifan.com/android_emulator_run_too_slow_in_debug_mode/