搭建完开发环境,随便建了个项目,运行了下模拟器。出现下面错误:
[2011-05-16 21:34:37 - abcd] ------------------------------
[2011-05-16 21:34:37 - abcd] Android Launch!
[2011-05-16 21:34:37 - abcd] adb is running normally.
[2011-05-16 21:34:37 - abcd] Performing com.abc.helloabcd activity launch
[2011-05-16 21:34:37 - abcd] Automatic Target Mode: launching new emulator with compatible AVD '1.6'
[2011-05-16 21:34:37 - abcd] Launching a new emulator with Virtual Device '1.6'
[2011-05-16 21:34:46 - abcd] New emulator found: emulator-5554
[2011-05-16 21:34:46 - abcd] Waiting for HOME ('android.process.acore') to be launched...
[2011-05-16 21:37:00 - abcd] emulator-5554 disconnected! Cancelling 'com.abc.helloabcd activity launch'!请高人指点啊。。偶是新手

解决方案 »

  1.   

    是不是你创建的模拟器版本比工程里default.properties AndroidManifest.xml文件里声明最低版本还要低?我没碰到过这个问题, 只是猜测..你可以检查一下
      

  2.   

    把logcat上的错误提示贴上来
    看这个控制台的没多大用处 
    Android调试信息要到logcat上看
      

  3.   

    应该是AVD所使用的Android SDK的版本和Acitivity所指定目标平台的版本不兼容。建议:
    1. 查看一下AVD所使用的Android SDK的版本
    2. 查看应用的Build Target的版本(创建项目时所指定的)
    3. 查看应用的minSDKversion(创建项目时所指定的,可在AndroidManifest.xml看到)三者之间的关系应该是:
          3. <= 1. <= 2.
      

  4.   

    新建个helloworld项目,启动Android模拟器后,出现application messaging(in process com.android.mms)is not responding怎么调都不行。愁啊。。
    新手刚学。。哎。