5

SDK Manager は、更新があることを通知し、バージョン 21 から 22 に更新した後、更新を確認する必要があると言いました。先月頃からバンドルされた eclipse/ADT を実行しています。Juno バージョン 4.2.1

Eclipse では、開始時にこれが確認され、ADT は古くなっているため、更新する必要があるとのことでした。更新を実行すると、新しい更新はありません。

そこで、「新しいソフトウェアをインストール」してhttp://dl-ssl.google.com/android/eclipse/を選択し、ツールを選択しようとしました。既にインストールされているため、更新を実行することを確認した後、次のエラーが表示されます。

ありがとう。プラグインのインストール/更新が関係するたびにEclipseが失敗するのはなぜですか(まあ、私にとってはそうです:()

An error occurred while collecting items to be installed
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.adt.package,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.base,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.gldebugger,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.hierarchyviewer,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,com.android.ide.eclipse.traceview,22.0.0.v201305140200--675183
No repository found containing: osgi.bundle,overlay.com.android.ide.eclipse.adt.overlay,22.0.0.v201305140200--675183
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt,22.0.0.v201305140200--675183
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,22.0.0.v201305140200--675183
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.gldebugger,22.0.0.v201305140200--675183
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer,22.0.0.v201305140200--675183
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.traceview,22.0.0.v201305140200--675183
4

3 に答える 3

11
  • zip を手動でダウンロードしてから、URL の目的でその zip を使用します。詳細はこちらに記載。 http://developer.android.com/sdk/installing/installing-adt.html#トラブルシューティング
  • [ヘルプ] > [新しいソフトウェアのインストール] -- 次にリンクを選択します。インストールする更新を選択し、重要なことに、[インストール中にすべての更新サイトに連絡して、必要なソフトウェアを見つける] のチェックを外します。
于 2013-05-17T07:43:43.277 に答える
0

同様の問題があり、上記のソリューションとhttps://code.google.com/p/android/issues/detail?id=60149にリストされているソリューションを試すのに何時間も費やしました。何もうまくいきませんでした。

最後に、Eclipse プラグインを再インストールしました (Help->Install New Software-Add を選択してからhttps://dl-ssl.google.com/android/eclipse/を使用します)。これは簡単で、うまくいきました。これはすべて、この新しいプラグイン バージョンで修正された Eclipse のバグによるものだと思います。

(詳細はこちら: http://developer.android.com/sdk/installing/installing-adt.html )

于 2013-09-24T03:20:05.583 に答える