0

I am looking for a way to run the application in debug mode. The nativescript client docs say to use tns debug android as well as tns debug android --emulator' for emulator however I cannot get this to work. The applciation is a Nativescript + Angular code sharing project with sass. The following command would make a brand new code sharing project:

ng new -c=@nativescript/schematics sass-project --shared --style=scss

If needing to read more on code sharing project creations you can go here

I tried a regular nativescript application and the command seems to work so I am not sure if there is a slightly different way you need to do in order to debug a code sharing project.

Below is the following error Log I get on a physical and emulated device:

enter image description here

L1ghtk3ira
  • 3,021
  • 6
  • 31
  • 70

1 Answers1

0

I think you should add "- - bundle" to the command you use.

Johan Beumer
  • 131
  • 1
  • 7