2012-01-22 9 views
0

現在JRE 1.6.0_30とJRE 1.6.0_30を使用しています。 Project kenaiでnbandroidプラグインを使用してNetbeansでAndroidアプリケーションを開発したいと思います。プラグインリストにプラグインを追加しました。しかし、私はそれをインストールしようとするたびに、私は次のエラーを取得する:Netbeans 6.8でAndroid Kenaiプラグインをインストールできない

以下のプラグインが更新されていません。

Swing Layout Extensions integration version >= 1.13.1 
but only 1.10.1.103 was found. 
JPDA Debugger API version >= 2.27.1 but only 2.23.1 was found. 
Classpath APIs version >= 1.25.1 but only 1.22.1 was found. 
Javac API Wrapper version >= 0.13.1.1 but only 0.11.1.1 was found. 
External Execution Support version >= 1.21.1 but only 1.18.1 was found. 
Java Source version >= 0.60.1.10.8.4 but only 0.52.2.8.8.2 was found. 
Options Dialog and SPI version >= 1.18.1 but only 1.16.2 was found. 
Debugger Core - UI version >= 2.23.1 but only 2.19.1 was found. 
Explorer & Property Sheet API version >= 6.28.1 but only 6.22.2.1 was found. 
I/O APIs version >= 1.23.1 but only 1.20.1 was found. 
Datasystems API Version >= 7.16.1 but only 7.10.1 was found. 
Nodes API Version >= 7.16.1 but only 7.12.1.1 was found. 
Text API Version >= 6.30.1 but only 6.27.1 was found. 
org.openide.util.lookup Version 8.3.1. 
Some plugins not installed to avoid potential installation problems. 

を私が更新すると何がこれらすべてのプラグインを更新するには見当がつかない。 そして私はnetbeans 6.8を使用しています。私はnetbeansだけで試してみたいので、開発のためにEclipseを提案しないでください。

おかげ

答えて

1

少なくともNetBeansの6.9にアップグレードしてください。もう6.9と7.0の2つの新しいリリースがあり、すでに7.1から3つ目のリリースがあるとしばらく前に、6.8と互換性がなくなりました。

私はhttp://www.nbandroid.org/p/installation.htmlページを更新しました。

-Radim

関連する問題