breautek edited a comment on pull request #1177: URL: https://github.com/apache/cordova-docs/pull/1177#issuecomment-905620970
The `cmdline-tools` folder should appear under `$ANDROID_SDK_ROOT/cmdline-tools` if you have the newer command line tools package installed.  And the GUI view of the SDK Manager:  The `cmdline-tools` folder has a `latest/bin` folder which contains the following binaries: ```bash norman@norman-P15:~/Android/Sdk/cmdline-tools/latest/bin$ ls apkanalyzer avdmanager lint retrace screenshot2 sdkmanager norman@norman-P15:~/Android/Sdk/cmdline-tools/latest/bin$ ``` I think using this newer cmdline-tools will be important moving forward. I **think** (haven't confirmed) they are Java11 friendly unlike the original tools found in `$ANDROID_SDK_ROOT/tools/bin` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
