Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 18: | Line 18: | ||
=== Installing specific versions of the Android SDK and build tools === | === Installing specific versions of the Android SDK and build tools === | ||
To list all Android packages, including those marked Obsolete, use: | To list all Android packages, including those marked Obsolete, use: | ||
android list sdk -- | android list sdk --all --extended | ||
You should see entries like: | You should see entries like: | ||
id: 6 or "build-tools-21.1.1" | id: 6 or "build-tools-21.1.1" | ||
| Line 24: | Line 24: | ||
Desc: Android SDK Build-tools, revision 21.1.1 (Obsolete) | Desc: Android SDK Build-tools, revision 21.1.1 (Obsolete) | ||
To install a particular version, use a command like the following: | To install a particular version, use a command like the following: | ||
android update sdk --no-ui --filter "build-tools-21.1.1" | android update sdk --all --no-ui --filter "build-tools-21.1.1" | ||
== Quick start == | == Quick start == | ||