diff options
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 e1d6149f3e..d00fa23704 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 -------------------------------------------------------------------- |