Skip to content

Instantly share code, notes, and snippets.

@Nathan-Nesbitt
Created June 18, 2020 17:02
Show Gist options
  • Save Nathan-Nesbitt/c66ce16119b653e22e1531ece2ec4020 to your computer and use it in GitHub Desktop.
Save Nathan-Nesbitt/c66ce16119b653e22e1531ece2ec4020 to your computer and use it in GitHub Desktop.
Get Android Phone ID and Run NativeScript Project on Phone
# Gets a list of devices connected
tns devices
# Runs on your phone with ID `deviceID`
tns run android --device=<deviceID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment