嗨,我正在PC上安装android sdk,安装完成后,当我打开eclipse时,我收到如下错误:
这是错误:
This Android SDK requires Android Developer Toolkit version 21.1.0 or above.
Current version is 20.0.2.v201207191942-407447.
Please update ADT to the latest version.
当我单击检查更新时,它正在运行,并且我得到带有这些选项的窗口... Android DDMS、Android 开发工具、Android 层次结构查看器、Android 本机开发工具、Android Traceview、openGL ES 的跟踪器。
当我选择这些并给出下一步时,我收到如下错误并且无法继续进行。
这是错误:
Cannot complete the install because of a conflicting dependency.
Software being installed: Tracer for OpenGL ES 21.1.0.v201302060044-569685 (com.android.ide.eclipse.gldebugger.feature.group 21.1.0.v201302060044-569685)
Software currently installed: Shared profile 1.0.0.1343904087754 (SharedProfile_SDKProfile 1.0.0.1343904087754)
Only one of the following can be installed at once:
Tracer for OpenGL ES 20.0.2.v201207191942-407447 (com.android.ide.eclipse.gldebugger.feature.jar 20.0.2.v201207191942-407447)
Tracer for OpenGL ES 21.1.0.v201302060044-569685 (com.android.ide.eclipse.gldebugger.feature.jar 21.1.0.v201302060044-569685)
Cannot satisfy dependency:
From: Shared profile 1.0.0.1343904087754 (SharedProfile_SDKProfile 1.0.0.1343904087754)
To: com.android.ide.eclipse.gldebugger.feature.jar [20.0.2.v201207191942-407447]
Cannot satisfy dependency:
From: Tracer for OpenGL ES 21.1.0.v201302060044-569685 (com.android.ide.eclipse.gldebugger.feature.group 21.1.0.v201302060044-569685)
To: com.android.ide.eclipse.gldebugger.feature.jar [21.1.0.v201302060044-569685]
请指导我解决这个问题。我苦苦挣扎了两天。