How to run NativeScript app in Windows using Visual Studio Emulator? trying to get this project:
https://github.com/avatsaev/nativescript-master-detail-angular2
to run in Windows 10 64bit visual studio emulator but always android emulator is launching instead when running:
this is my adb devices:
List of devices attached
169.254.138.177:5555 device
tns livesync android --emulator --watch
also tried
tns livesync 169.254.138.177:5555 --emulator --watch
no luck!
regards
Sean