You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/25 15:40:02 UTC

[GitHub] [cordova-docs] breautek edited a comment on pull request #1177: docs(Android) - emulator is not in Android/sdk/tools directory but in Android/sdk/emulator directory

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.
   
   ![Screenshot from 2021-08-25 12-36-31](https://user-images.githubusercontent.com/11200662/130820987-10787e11-5f89-4fee-97d6-050e4250d184.png)
   
   And the GUI view of the SDK Manager:
   
   ![Screenshot from 2021-08-25 12-36-00](https://user-images.githubusercontent.com/11200662/130821017-958d30e0-3819-447a-ba3c-b0014fb1fd6d.png)
   
   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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org