Android SDK tools older version (with working android tool)

旧街凉风 提交于 2019-12-05 18:22:15

问题


I've tried to install android SDK from official site. It include latest android SDK tools (version 25.3.1) This package have utility android which is needed by my project (very big one); but this tool is no longer available:

The android command is no longer available.
For manual SDK and AVD management, please use Android Studio.
For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager

According to changelog it was discontinued in version 25.3.0 so I tried to check sdkmanager for older versions but unfortunately it only contains single version of tools.

How do I get an old version of android SDK with working android tool?

The official site has only latest version. Other links no longer work.


UPD. Appium also encountered this, they just fixed their tools to use the new setup.


回答1:


Links described here still work:
http://dl-ssl.google.com/android/repository/tools_r25.2.5-macosx.zip - Mac OS X
http://dl-ssl.google.com/android/repository/tools_r25.2.5-windows.zip - Windows
http://dl-ssl.google.com/android/repository/tools_r25.2.5-linux.zip - Linux

Though it seems that google doesn't want older versions of SDK to be used by all means so this link may not last long.



来源:https://stackoverflow.com/questions/43049883/android-sdk-tools-older-version-with-working-android-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!