scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 9ae435f1bb2a3b2ddc71005ea1b23566d9e756d9
parent 6ba453d3ce028103221b38330e4090318af515b3
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Wed, 24 Jul 2019 11:25:44 +0200

[droid] Better explain why it's deprecated.

Diffstat:
MREADME.md | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -219,14 +219,11 @@ Commands: help : print this help ``` -You can now achieve almost the same results with the new [sdkmanager](https://developer.android.com/studio/command-line/sdkmanager) tool. For example (tarball taken from [here](https://developer.android.com/studio/)): +You can now achieve the same results using the great +[sdkmanager](https://developer.android.com/studio/command-line/sdkmanager) tool +along with [gradle](https://gradle.org/releases/) on the command line. In fact, +I started to use those tools and I will not work on droid anymore. -``` -$ wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip -$ unzip sdk-tools-linux-4333796.zip -$ ./tools/bin/sdkmanager platform-tools -# Now you have both tools/ and platform-tools/ in your curren working directory. -``` dbrowse ------