TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.
265 stars 71 forks source link

npm run android.phone doesn't working in mac #37

Closed kush99993s closed 7 years ago

kush99993s commented 7 years ago

Hello everyone,

It is great package. I loved it. I was able to run following commands without problem.

ng serve npm run ios npm run ios.phone

However, when I tried to run npm run android.phone, it got stuck at following and it didn't open anything

Total time: 5.543 secs
Project successfully built.
Installing...

when I stop it then it showed me following lines at terminal

Successfully installed on device with identifier 'emulator-5554'.
Terminated: 15
Successfully transferred all files
Refreshing application...

I have mac, I have install all necessary steps from nativestcript

Any Suggestions ??