2013/01/17

Eclipse に NDK Plugin を入れようとしたら "Cannot complete the install because one or more required items could not be found" エラー

このところ、出番が少なくなってきたノートPC (Windows 7 64bit)。
長いこと放ったらかしになっていたので、開発環境を構築しなおしてみました。

「ブログのネタにもなるしね。」とか思って始めたのですが、早々にエラーが。
Eclipse (Juno RC1) をインストールして、最初に ADT をインストールしようとしたところ、 Cannot complete the install because one or more required items could not be found と言われてしまいました。
正確には Android Native Development Tools (NDK Plugins) をインストールしようとしたところでエラーが出ています。
以下、エラー部分抜粋
Cannot complete the install because one or more required items could not be found.
  Software being installed: Android Native Development Tools 21.0.1.v201212060256-543035 (com.android.ide.eclipse.ndk.feature.group 21.0.1.v201212060256-543035)
  Missing requirement: Android Native Development Tools 21.0.1.v201212060256-543035 (com.android.ide.eclipse.ndk.feature.group 21.0.1.v201212060256-543035) requires 'org.eclipse.cdt.feature.group 0.0.0' but it could not be found

「あれ、今までこんなエラー出たことないぞ」と思ってよくみてみると、CDT が入ってなかったからでした。
(赤字のところです)

今までは CDT のインストールの方を先にやってたからなぁ…
組み込み屋ではなくなってきたのを実感。

というわけで、CDT をインストール。
CDT Downloads

Eclipse を再起動の後、もう一度 Android Native Development Tools のインストールを試みると、今度はすんなりインストール出来ました。

Eclipse も依存関係とか自動でチェックしてインストールしてくれると楽なんですけどねぇ

0 件のコメント: