android sdk需要android开发者工具包版本22.6.1或以上[复制]

参见英文答案 > Error Message : This Android SDK requires Android Developer Toolkit version 22.6.1 or above5个
ADT打开时显示错误消息:

“android SDK需要ADT 22.6.1或更高版本”

以下更新ADT的方法失败:

>使用SDK管理器更新ADT插件
>转到帮助 – >安装新软件 – >选择Android开发者网站 – >更新开发者工具

安装新软件失败,但有异常:

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.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.adt.package,com.android.ide.eclipse.base,com.android.ide.eclipse.ddms,com.android.ide.eclipse.gldebugger,com.android.ide.eclipse.hierarchyviewer,com.android.ide.eclipse.ndk,com.android.ide.eclipse.traceview,overlay.com.android.ide.eclipse.adt.overlay,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,22.6.0.v201403010043-1049357

解决方法

我昨天报了 this bug.解决方案是使用帮助 – >使用httpS://协议安装新软件选项(s很重要).无需特殊下载或重新安装,只需选择正确的更新站点即可.

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...