部署

时间:2016-11-04 12:15:47

标签: javascript android mobile nativescript

我是Nativescript和Android的新手。在tutorial here之后 当我使用tns run androidtns 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上运行它。

感谢。

0 个答案:

没有答案