ax/apk.sh

download adb as a tool

jeromew opened this issue · 4 comments

Hello,

adb for linux can be downloaded in platform-tools via the url
https://dl.google.com/android/repository/platform-tools-latest-linux.zip

it could be interesting to add adb to the auto-download mechanism.

ax commented

Wanna code it? :)

yes I'll do it. I'll push a PR later

Install sdk platform-tools when adb is not found

cf #26

I realised platform-tools can be installed via sdkmanager so
I extracted the cmdline tools installation in their own function shared by install_buildtools and install_platformtools

ax commented

It seems ok!
Thank you @jeromew!
PR merged. v1.0.8.