Created
September 19, 2021 10:17
-
-
Save majirosstefan/d624c836473a57bc8ef0727e9a5d8708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| android list sdk --use-sdk-wrapper | |
| # or if you want to get only simulator names | |
| android list sdk --use-sdk-wrapper | grep system-images -w | |
| # with redirecting output to file | |
| android list sdk --use-sdk-wrapper | grep system-images -w > tmp2.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment