diff options
author | Tempura San <tempura.san@gmail.com> | 2016-01-09 11:25:25 +0100 |
---|---|---|
committer | Tempura San <tempura.san@gmail.com> | 2016-01-09 11:25:25 +0100 |
commit | ba91070f6448537f1815eced3afd162973f95f35 (patch) | |
tree | 6ccf53b3e06a526b662aa86f59fad28cfc88ef38 /docs | |
parent | 0bb6769631764a58a2d48e2d385f8ae3fe3d1564 (diff) |
Update README.android
The build-tools package has been deprecated and is otherwise excluded from the list - i.e. nothing is installed. '--all' will pull in all packages.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.android b/docs/README.android index 752ecd7924..594f71b71f 100644 --- a/docs/README.android +++ b/docs/README.android @@ -120,7 +120,7 @@ install some android packages using the Android SDK Manager: $ cd <android-sdk>/tools $ ./android update sdk -u -t platform,platform-tool - $ ./android update sdk -u -t build-tools-20.0.0 + $ ./android update sdk --all -u -t build-tools-20.0.0 -------------------------------------------------------------------- 3.4. Setup the Android toolchain -------------------------------------------------------------------- |