Closed jeromew closed 11 months ago
Wanna code it? :)
yes I'll do it. I'll push a PR later
Install sdk platform-tools when adb is not found
cf https://github.com/ax/apk.sh/pull/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
It seems ok! Thank you @jeromew! PR merged. v1.0.8.
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.