Created
June 18, 2020 17:02
-
-
Save Nathan-Nesbitt/c66ce16119b653e22e1531ece2ec4020 to your computer and use it in GitHub Desktop.
Get Android Phone ID and Run NativeScript Project on Phone
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
# 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