Advertisement
loloof64

NativescriptSvg import error - Terminal - More accurate

Apr 21st, 2018
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. System.err: java.lang.RuntimeException: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException:
  2. System.err:
  3. System.err: Cannot be instantiated.
  4. System.err: File: "<unknown>, line: 1, column: 265
  5. System.err:
  6. System.err: StackTrace:
  7. System.err: Frame: function:'require', file:'', line: 1, column: 266
  8. System.err:
  9. System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5743)
  10. System.err: at android.app.ActivityThread.-wrap1(Unknown Source:0)
  11. System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1656)
  12. System.err: at android.os.Handler.dispatchMessage(Handler.java:106)
  13. System.err: at android.os.Looper.loop(Looper.java:164)
  14. System.err: at android.app.ActivityThread.main(ActivityThread.java:6494)
  15. System.err: at java.lang.reflect.Method.invoke(Native Method)
  16. System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
  17. System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
  18. System.err: Caused by: com.tns.NativeScriptException:
  19. System.err:
  20. System.err: Cannot be instantiated.
  21. System.err: File: "<unknown>, line: 1, column: 265
  22. System.err:
  23. System.err: StackTrace:
  24. System.err: Frame: function:'require', file:'', line: 1, column: 266
  25. System.err:
  26. System.err: at com.tns.Runtime.runModule(Native Method)
  27. System.err: at com.tns.Runtime.runModule(Runtime.java:530)
  28. System.err: at com.tns.Runtime.run(Runtime.java:522)
  29. System.err: at com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:19)
  30. System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1119)
  31. System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5740)
  32. System.err: ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement