补充:
eclipse的"hello word"在安卓1.6(API4)的AVD上运行正常。

解决方案 »

  1.   

    如果是一个简单的hellow world……那会不会是你的模拟器没配置好?
      

  2.   

    建立了多个API4的AVD都没问题
    建立了多个API8,10,14的AVD都有问题。我看看模拟器配置有没问题。
      

  3.   

    我把SDK 删除,重新解压。
    在通过eclipse 运行 API8的程序,启动API8的AVD。提示信息清晰了:
    03-04 01:42:55.279: E/Zygote(33): setreuid() failed. errno: 2
    03-04 01:43:50.480: E/Zygote(33): setreuid() failed. errno: 17
    03-04 01:44:00.679: E/BatteryService(73): usbOnlinePath not found
    03-04 01:44:00.679: E/BatteryService(73): batteryVoltagePath not found
    03-04 01:44:00.679: E/BatteryService(73): batteryTemperaturePath not found
    03-04 01:44:00.899: E/SurfaceFlinger(73): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
      

  4.   

    emulator @phone10 ,可以启动API10,API14的AVD,API8的还是不行。命令行成功启动一次后,API10可以直接启动了。API14的AVD在尝试中