3
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at https://dl-ssl.google.com/android/eclipse/plugins/com.android.ide.eclipse.adt_18.0.0.v201203301601-306762.jar.
Read timed out
Unable to read repository at https://dl-ssl.google.com/android/eclipse/features/com.android.ide.eclipse.ddms_18.0.0.v201203301601-306762.jar.
Read timed out

Eclipseでこのエラーを解決するには? 私は Eclipse バージョン: 3.7.2 を使用しています。この問題を解決する方法を教えてください。

4

3 に答える 3

10

それはGoogleサイトで言う:

プラグインの取得に問題がある場合は、ロケーション URL に「https」ではなく「http」を使用してみてください (セキュリティ上の理由から https が推奨されます)。

実際、それを からhttps://...に変更することでhttp://...解決しました。

于 2012-10-29T19:49:05.593 に答える
0

Google provides the ADT-18.0.0.zip file for download directly from their website. http://developer.android.com/sdk/eclipse-adt.html#troubleshooting

Once downloaded, then load it as a archive instead of using the URL provided on the same page.

于 2012-05-25T18:02:22.303 に答える
0

私も同じエラーが発生しました。https を http に変更したら、今度はインストールが成功しました。

于 2013-05-11T19:07:54.833 に答える