【问题标题】:Android SDK requires ADT version 23 or aboveAndroid SDK 需要 ADT 23 或以上版本
【发布时间】:2015-07-14 01:04:35
【问题描述】:
我在 Eclipse 中处理一个项目,不幸的是,我删除了一些文件并且无法取回它们,所以我最终创建了一个新项目并将我的文件重新导入。发生这种情况时,我现在收到一个错误:
当我尝试更新时,它说它已经更新了。我在我的项目中收到多个编译错误,我不确定发生了什么,因为在我删除文件之前一切正常。
我看到它告诉我找不到 DDMS 文件。这是因为它没有获取我的 SDK 吗?我试图帮助 -> 安装新软件并执行 ADT,但似乎我已经安装了它,因为之前一切正常。
对于如何继续/修复这个问题的帮助将不胜感激,谢谢!
【问题讨论】:
标签:
android
eclipse
cordova
adt
【解决方案1】:
好像eclipse在更新的时候编辑或者删除了文件
按照步骤更新 eclipse
1. Download Eclipse from the official site
2. Download and install JDK latest version
3. After installing the eclipse, go to Help > Install New Software.
4. Click Add, in the top-right corner.
5. In the Add Repository dialog that appears, enter "ADT Plugin" for the
Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
Click OK.
6. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
7. In the next window, you'll see a list of the tools to be downloaded. Click Next.
8. 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.
9. When the installation completes, restart Eclipse.