Angular + Nativescript代码共享项目调试

时间:2019-02-16 23:30:52

标签: android angular debugging nativescript nativescript-codesharing

我正在寻找一种在调试模式下运行应用程序的方法。本机脚本客户端文档说要使用tns debug android以及tns debug android --emulator'作为仿真器,但是我无法使它正常工作。该应用程序是与sass的Nativescript + Angular代码共享项目。以下命令将创建一个全新的代码共享项目:

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

如果需要阅读有关代码共享项目创建的更多信息,可以进入here

我尝试了一个常规的nativescript应用程序,并且该命令似乎可以正常运行,所以我不确定是否需要使用稍微不同的方法来调试代码共享项目。

以下是我在物理模拟设备上获得的以下错误日志:

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为您应该在使用的命令中添加“--bundle”。