此 Android SDK 需要 ADT 版本 23.0.0 或更高版本。当前版本是 22.6。请更新 ADT 到最新版本?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24491193/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version?
提问by Srihari
I downloaded and installed Eclipse ADT with android SDK for windows from this website Developer.Android. When I try to Create AVD Device am getting error that Location of Android SDK has not been setup in Preferences.
I open Preferences
from Windows
menu bar and then i try to set SDK Location but it showing error This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version.How to update it ? help me to create android project.
我从这个网站Developer.Android下载并安装了带有 android SDK for windows 的 Eclipse ADT 。当我尝试创建 AVD 设备时出现错误,Location of Android SDK has not been setup in Preferences.
我Preferences
从Windows
菜单栏打开,然后我尝试设置 SDK 位置,但它显示错误此 Android SDK 需要 ADT 版本 23.0.0 或更高版本。当前版本是 22.6。请将 ADT 更新到最新版本。如何更新?帮我创建android项目。
回答by Gema Sanchez
You can also update the ADT plugin
您还可以更新 ADT 插件
- Select Help> Install New Software
- Work with:
p2repo - https://dl-ssl.google.com/android/eclipse/
- Select Developer Toolsand Next
- Next, Accept the license agreement* and Finish
- 选择帮助>安装新软件
- 与:
p2repo - https://dl-ssl.google.com/android/eclipse/
- 选择开发者工具和下一步
- 接下来,接受许可协议*并完成
回答by Andy
You can re-install them as follows:
您可以按如下方式重新安装它们:
Goto: Help--> About Eclipse SDK--> Installation Details. select the plugins you want to uninstall
转到:帮助--> 关于 Eclipse SDK--> 安装详细信息。选择要卸载的插件
install them as: Goto: Help--> Install new software
将它们安装为:转到:帮助--> 安装新软件
add https://dl-ssl.google.com/android/eclipse/
添加https://dl-ssl.google.com/android/eclipse/
select the plugins to install.
选择要安装的插件。
回答by Opiatefuchs
You have to update Your ADT Plugin. I everytime do it as administrator:
您必须更新您的 ADT 插件。我每次都以管理员身份执行:
- Select Help > Check for Updates.
In the resulting Available Updates dialog, locate the Android DDMS and Android Development Tools features in the list and ensure that the checkboxes next to them are selected. Click Next.
In the Update Details dialog, click Next.
Read and accept the license agreement and then click Finish. This will download and install the latest version of Android DDMS and
Android Development Tools.Restart Eclipse.
- 选择帮助 > 检查更新。
在出现的可用更新对话框中,在列表中找到 Android DDMS 和 Android 开发工具功能,并确保选中它们旁边的复选框。点击下一步。
在“更新详细信息”对话框中,单击“下一步”。
阅读并接受许可协议,然后单击完成。这将下载并安装最新版本的 Android DDMS 和
Android 开发工具。重新启动 Eclipse。
If it is not clear enough and some pictures will help You, see here:
如果还不够清楚,一些图片对你有帮助,请看这里:
http://theopentutorials.com/tutorials/android/updating-android-sdk-and-eclipse-adt-plugin/
http://theopentutorials.com/tutorials/android/updating-android-sdk-and-eclipse-adt-plugin/