2012-02-06 13 views
0

Androidでプログラムを起動できません。下記のエラーが表示されます。Androidセンサーポートcan not laucnhアプリ

日食版、私も最新の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! 

答えて

0

最後の時点でのAndroid SDKの異常な動作を参照してください多くの質問があります。通常、問題はJDK-JDK 7の新しいバージョンをインストールすることです。

Android SDKはJDK 5とJDK 6のみをサポートしています。

関連する問題