2:41:11 - helloworld] ------------------------------
[2011-03-27 22:41:11 - helloworld] Android Launch!
[2011-03-27 22:41:11 - helloworld] adb is running normally.
[2011-03-27 22:41:11 - helloworld] Performing helloworld.test.helloworld activity launch
[2011-03-27 22:41:11 - helloworld] Automatic Target Mode: launching new emulator with compatible AVD 'myAVD1'
[2011-03-27 22:41:11 - helloworld] Launching a new emulator with Virtual Device 'myAVD1'
[2011-03-27 22:41:43 - helloworld] New emulator found: emulator-5554
[2011-03-27 22:41:43 - helloworld] Waiting for HOME ('android.process.acore') to be launched...
[2011-03-27 22:45:57 - helloworld] WARNING: Application does not specify an API level requirement!
[2011-03-27 22:45:57 - helloworld] Device API version is 11 (Android 3.0)
[2011-03-27 22:45:57 - helloworld] HOME is up on device 'emulator-5554'
[2011-03-27 22:45:57 - helloworld] Uploading helloworld.apk onto device 'emulator-5554'
[2011-03-27 22:45:58 - helloworld] Installing helloworld.apk...
[2011-03-27 22:46:47 - helloworld] Success!
[2011-03-27 22:46:48 - helloworld] Starting activity helloworld.test.helloworld on device emulator-5554
问题是不能进入模器的界面,一直停留在有几个字母黑屏上

解决方案 »

  1.   

    汗,你用的3.0的API,这个是用平板电脑的。你试试把build target改得跟你模拟器一样大小
      

  2.   

    [2011-03-28 05:47:42 - Test_3.0AVD] Android Launch!
    [2011-03-28 05:47:42 - Test_3.0AVD] adb is running normally.
    [2011-03-28 05:47:42 - Test_3.0AVD] Performing com.Feier.android3.Test_AVD.Activity01 activity launch
    [2011-03-28 05:47:42 - Test_3.0AVD] Automatic Target Mode: launching new emulator with compatible AVD 'AndroidAVD-11'
    [2011-03-28 05:47:42 - Test_3.0AVD] Launching a new emulator with Virtual Device 'AndroidAVD-11'
    [2011-03-28 05:47:47 - Test_3.0AVD] New emulator found: emulator-5554
    [2011-03-28 05:47:47 - Test_3.0AVD] Waiting for HOME ('android.process.acore') to be launched...
    [2011-03-28 05:50:09 - Test_3.0AVD] WARNING: Application does not specify an API level requirement!
    [2011-03-28 05:50:09 - Test_3.0AVD] Device API version is 11 (Android 3.0)
    [2011-03-28 05:50:09 - Test_3.0AVD] HOME is up on device 'emulator-5554'
    [2011-03-28 05:50:09 - Test_3.0AVD] Uploading Test_3.0AVD.apk onto device 'emulator-5554'
    [2011-03-28 05:50:10 - Test_3.0AVD] Installing Test_3.0AVD.apk...
    [2011-03-28 05:52:15 - Test_3.0AVD] Failed to install Test_3.0AVD.apk on device 'emulator-5554!
    [2011-03-28 05:52:15 - Test_3.0AVD] (null)
    [2011-03-28 05:52:15 - Test_3.0AVD] Failed to install Test_3.0AVD.apk on device 'emulator-5554': EOF
    [2011-03-28 05:52:15 - Test_3.0AVD] com.android.ddmlib.InstallException: EOF
    [2011-03-28 05:52:15 - Test_3.0AVD] Launch canceled!我也看了下,我新建个项目,直接运行。用的是3.0.出现上面的情况。我用的2.3就不在这个上面纠结了。但是,模拟器界面还是正常的出现了:只是程序没运行,说明模拟器没问题,就是要运行程序,估计还要有其他的参数设置。
      

  3.   

    呵呵,我早晨又试了一次。如果,你用2.0,或则1.5Platform都没问题,那么你的SDK整个环境配置,就是好的。
    为什么上面那么说呢?  ---在这个前提下,那么你只用重新C个工程。用3.0打开,在这个过程中,和用其他的Platform一样,不会出现问题,一切正常。
    然而,按照你说的,则是运行看不到东西,那么,说明你的程序的问题,不会是环境配置的问题。
    我刚运行了次,一切正常,就是屏幕,比较大,而已。并且开锁键是个圆圈。有意思。
      

  4.   

    I also have this problem.
      

  5.   

    是不是你的机器配置比较低,运行模拟器需要有耐心我这里是正常的,不行重新下载一下sdk
      

  6.   

    我也遇到过类似的情况,结果换了个skin就进去了。
      

  7.   

    先需要avd创建一个target为3.0的,如果已经创建了。
    用adb logcat看能看到什么log。
    3.0的模拟器配置要求高。建议在好的机器上把内存什么的搞高点。