eclipse 无法从 SDK 中获取所需的 ADT 版本号
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/42917135/
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
Failed to get the required ADT version number from the SDK
提问by Jonec.
I got an error in eclipse after upgrading Android studio to 2.3 and SDK Tools for it.
将 Android Studio 升级到 2.3 和 SDK 工具后,我在 eclipse 中遇到错误。
when opening eclipse I got the following message:
打开 eclipse 时,我收到以下消息:
I've tried many solutions like removing adt, but no fix also trying to copy traceview.batbut no fix.
我尝试了许多解决方案,例如删除 adt,但没有修复也尝试复制traceview.bat但没有修复。
what is the solution for this?
解决这个问题的方法是什么?
Thanks
谢谢
回答by John
Android SDK Tools Revision 25.3.0 removes obsolete/deprecated tools, see Release Notes
Android SDK 工具修订版 25.3.0 删除了过时/弃用的工具,请参阅发行说明
So probably you will need to use another SDK or try to return removed tools.
因此,您可能需要使用另一个 SDK 或尝试返回已删除的工具。
You can download older SDK (probably 25.2.5) like this
您可以像这样下载旧版 SDK(可能是 25.2.5)
For windows http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
For Linux http://dl-ssl.google.com/android/repository/tools_r[rev]-linux.zip
For Mac http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip
对于 Windows http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
对于 Linux http://dl-ssl.google.com/android/repository/tools_r[rev]-linux .zip
对于 Mac http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip