Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created September 19, 2021 10:17
Show Gist options
  • Select an option

  • Save majirosstefan/d624c836473a57bc8ef0727e9a5d8708 to your computer and use it in GitHub Desktop.

Select an option

Save majirosstefan/d624c836473a57bc8ef0727e9a5d8708 to your computer and use it in GitHub Desktop.
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