Java Android传感器端口无法启动CNH应用程序

Java Android传感器端口无法启动CNH应用程序,java,android,Java,Android,我无法在Android上启动我的程序,出现如下错误: eclipse版本,我还有最新的sdk Eclipse IDE for Java Developers Version: Indigo Service Release 1 Build id: 20110916-0149 (c) Copyright Eclipse contributors and others 2000, 2011. All rights reserved. Visit http://eclipse.org/ This

我无法在Android上启动我的程序,出现如下错误:

eclipse版本,我还有最新的sdk

Eclipse IDE for Java Developers

Version: Indigo Service Release 1
Build id: 20110916-0149
(c) Copyright Eclipse contributors and others 2000, 2011.  All rights reserved.
Visit http://eclipse.org/

This product includes software developed by the
Apache Software Foundation http://apache.org/
错误消息:

[2012-02-06 18:06:15 - HelloAndroid2] ------------------------------
[2012-02-06 18:06:16 - HelloAndroid2] Android Launch!
[2012-02-06 18:06:16 - HelloAndroid2] adb is running normally.
[2012-02-06 18:06:16 - HelloAndroid2] Performing com.example.helloandroid.HelloAndroid2 activity launch
[2012-02-06 18:06:16 - HelloAndroid2] Automatic Target Mode: launching new emulator with compatible AVD 'test1'
[2012-02-06 18:06:16 - HelloAndroid2] Launching a new emulator with Virtual Device 'test1'
[2012-02-06 18:06:38 - Emulator] emulator: WARNING: Unable to create sensors port: Unknown error
[2012-02-06 18:06:38 - HelloAndroid2] New emulator found: emulator-5554
[2012-02-06 18:06:38 - HelloAndroid2] Waiting for HOME ('android.process.acore') to be launched...





[2012-02-06 18:18:30 - HelloAndroid2] Uploading HelloAndroid2.apk onto device 'emulator-5554'
[2012-02-06 18:18:30 - HelloAndroid2] Installing HelloAndroid2.apk...
[2012-02-06 18:21:09 - HelloAndroid2] Failed to install HelloAndroid2.apk on device 'emulator-5554!
[2012-02-06 18:21:09 - HelloAndroid2] (null)
[2012-02-06 18:21:10 - HelloAndroid2] Launch canceled!

最后一次,有很多问题涉及到Android SDK的异常行为。通常问题是人们安装新版本的JDK-JDK7

Android SDK只支持JDK 5和JDK 6。请检查这个