本文介绍了从21.0.1更新的Android ADT工具21.1.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经更新的SDK 21.1和如何更新ADT 21.1旧版本。当我打开我的SDK它显示
这个Android的SDK需要Android开发工具包版本21.1.0或更高版本。现在的版本是21.0.1.2012-12-6-2-58。请更新ADT到最新版本。
任何解决方案,在此先感谢
解决方案
面临同样的问题,并成功与下面的步骤
- 下载的ADT插件压缩文件ADT-21.1.0.ziphttp://dl.google.com/android/ADT-21.1.0.zip
- (不要解压):
- 在启动Eclipse,然后选择帮助>安装新软件。
- 单击添加,在右上角。
- 在添加存储库对话框中,单击存档。
- 选择下载的ADT-21.1.0.zip文件,然后单击确定。
- 输入ADT插件为名称,然后单击确定。
- 在可用软件对话框中,选择旁边的复选框开发者工具,然后单击下一步。
- 在接下来的窗口中,你会看到下载到的工具的列表。点击下一步。
- 阅读并接受许可协议,然后单击完成。
- 如果你得到一个安全警告说,真实性或 该软件的合法性不能确定,单击确定。
- 当安装完成后,重新启动Eclipse。
- 资源:http://developer.android.com/sdk/installing/installing-adt.html
- 部分:故障排除安装
i have updated SDK to 21.1 and how to update ADT 21.1 in old version. and when i opened my SDK it displays
This Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current version is 21.0.1.2012-12-6-2-58. Please update ADT to the latest version.
any solution, Thanks in advance
解决方案
Faced the same problem and success with following steps
- Download the ADT Plugin zip file ADT-21.1.0.zip fromhttp://dl.google.com/android/ADT-21.1.0.zip
- (do not unpack it):
- Start Eclipse, then select Help > Install New Software.
- Click Add, in the top-right corner.
- In the Add Repository dialog, click Archive.
- Select the downloaded ADT-21.1.0.zip file and click OK.
- Enter "ADT Plugin" for the name and click OK.
- In the Available Software dialog, select the checkbox next toDeveloper Tools and click Next.
- In the next window, you'll see a list of the tools to be downloaded.Click Next.
- Read and accept the license agreements, then click Finish.
- If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
- When the installation completes, restart Eclipse.
- Resource:http://developer.android.com/sdk/installing/installing-adt.html
- Section: Troubleshooting Installation
这篇关于从21.0.1更新的Android ADT工具21.1.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!