Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
android: explain how to download android components using cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 23, 2015
1 parent 35bcef8 commit 738c0f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ remaining steps:
1. Run the ``android`` command and ensure a version matching the one
in ``build.gradle`` file of the build tools is installed. Also
ensure that you install the SDK for the target API (as specified
in ``AndroidManifest.xml``).
in ``AndroidManifest.xml``). You can use the following commands::

android update sdk --no-ui --all --filter build-tools-21.1.2
android update sdk --no-ui --all --filter android-19

2. Clone the `git repository`_.

Expand Down

0 comments on commit 738c0f1

Please sign in to comment.