These are the steps required to run NativeScript App on simulator/Device
- $tns install
- $tns platform add android
- $tns build android
- $tns run android --emulator
Steps 1-3 are one time only, but on my machine it takes about 15-30 minutes. and step 4 also take 10-20 minute each time( each time I run the app it should be less).
I have
- 16GB Ram
- Intel i5 processor
Does anybody else facing same issues/probles, i have already reinstalled windows 7. or this is $tns command issue. $Ionic running ok.