Eclipse ADT插件:收集要安装的项目时发生错误

Nit*_*its 3 eclipse android

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
Run Code Online (Sandbox Code Playgroud)

如何在eclipse中解决这个错误?我正在使用Eclipse版本:3.7.2请告诉我如何克服这个问题?

Mik*_*ett 10

它在Google网站上说:

如果您在获取插件时遇到问题,请尝试使用位置网址中的"http",而不是"https"(出于安全原因,首选https).

确实,改变它https://...http://...为我解决它.