angular-starter
angular-starter copied to clipboard
npm run start.android doesn't deploy app to physical device
IMPORTANT: This repository's issues are reserved for feature requests and bug reports. Do not submit support requests here.
Steps to reproduce and a minimal demo of the problem npm run start.android
What steps should we try in your demo to see the problem?
Current behavior App can't find Android emulator
Expected/desired behavior App comes up on phone.
Other information I am running hyper-v so I can't use VirtualBox emulator, so I use physical device
Nevermind, after reviewing the commands in the root level package.json file I see the start.android.device command and it works great--including livesync. Thanks for all your hard work!