diff options
author | Chris Koying Browet <cbro@semperpax.com> | 2017-08-31 18:43:26 +0200 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2017-12-29 23:05:37 +0100 |
commit | bdb017e72560e6c3662f7618a956b00d103acad9 (patch) | |
tree | 7cdd42f6785e6987914d2804728460e897786ace /docs | |
parent | a662b3687cabe7316d367d4370d4613961a6391e (diff) |
CHG: [droid] use gradle to build apk
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.android | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.android b/docs/README.android index 0eb32bd75d..b34fcf9efa 100644 --- a/docs/README.android +++ b/docs/README.android @@ -124,13 +124,13 @@ install some android packages using the Android SDK Manager: $ cd <android-sdk>/tools $ ./android update sdk -u -t platform,platform-tool - $ ./android update sdk --all -u -t build-tools-20.0.0 + $ ./android update sdk --all -u -t build-tools-25.0.3 As of newest SDKs the android tool is deprecated. Use sdkmanager instead: $ cd <android-sdk>/tools/bin $ ./sdkmanager platform-tools $ ./sdkmanager "platforms;android-24" - $ ./sdkmanager "build-tools;20.0.0" + $ ./sdkmanager "build-tools;25.0.3" -------------------------------------------------------------------- 3.4. Setup the Android toolchain |