我是Nativescript和Android的新手。在tutorial here之后
当我使用tns run android
或tns run android --emulator
启动应用程序时,它运行良好,但当我运行tns livesync android
时,应用程序崩溃并出现以下错误。
tns livesync android
Project successfully prepared (android)
Transferring project files...
Successfully transferred all files.
Applying changes...
Successfully synced application org.nativescript.sampleGroceries on device emulator-5554.
W/System.err( 2387): at com.tns.Runtime.callJSMethodNative(Native Method)
W/System.err( 2387): at com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:865)
W/System.err( 2387): at com.tns.Runtime.callJSMethodImpl(Runtime.java:730)
W/System.err( 2387): at com.tns.Runtime.callJSMethod(Runtime.java:716)
W/System.err( 2387): at com.tns.Runtime.callJSMethod(Runtime.java:697)
W/System.err( 2387): at com.tns.Runtime.callJSMethod(Runtime.java:687)
任何人都知道如何解决这个问题? 我在Windows 10上运行它。
感谢。