問題描述
我想下載舊版本的Android SDK:21.0.0,
我在哪里可以這樣做?
I want to download an older version of the Android SDK: 21.0.0,
Where can I do this?
我目前有 Android SDK 的最新版本
,從 這里.
I currently have the latest version
of the android SDK, downloaded from HERE.
但是我想要一個(gè)舊版本,SDK 的完整舊版本可以從任何地方下載嗎?
However I want an older version, can the Full older version of the SDK be downloaded from anywhere?
我正在嘗試使用 SDK 管理器
獲取舊版本,但它不起作用.IE.它只是給我構(gòu)建工具等.
I am trying to get the older version using SDK manager
, but It is not working. I.e. it is only giving me build tools etc.
推薦答案
您是否嘗試過以下鏈接:http://developer.android.com/sdk/older_releases.html?
Have you tried the links at: http://developer.android.com/sdk/older_releases.html?
- 或 -
首先檢查此鏈接,找出您需要的修訂號(hào).然后使用以下鏈接之一:
First check this link to find out what revision number you need. Then use one of these links:
http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-linux.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip
適用于 Windows 的 v21.1 示例:
Example for v21.1 for Windows:
http://dl-ssl.google.com/android/repository/tools_r21.1-windows.zip
您需要使用上面鏈接中列出的確切版本號(hào).示例:22
、22.0.1
等...
You need to use the exact revision number as listed in the link above. Examples: 22
, 22.0.1
, etc...
這篇關(guān)于我在哪里可以下載舊版本的 Android SDK?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!