doc: explain how to download missing Android components

This commit is contained in:
Vincent Bernat 2015-12-21 09:40:25 +01:00
parent a5d16221d3
commit c71c133035
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ To just build a debug APK, use:
[Gradle]: http://www.gradle.org/
[Android SDK]: http://developer.android.com/sdk/index.html#Other
The above commands will download a SDK if one is not found. However,
currently, they fail to download some dependencies. You can download
them manually with:
android update sdk --no-ui --all \
--filter extra-android-support,extra-android-m2repository
The embedded certificates are just here as an exemple. Only the client
certificate (along with the key) will be bundled in the
application. Since the CA shouldn't be used anywhere, it shoudn't be a