You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been seeing this crash report at an alarming rate lately
java.lang.RuntimeException:
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6214)
at android.app.ActivityThread.access$1200 (ActivityThread.java:236)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1784)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:7037)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
Caused by: com.tns.NativeScriptException:
at com.tns.Runtime.initNativeScript (Native Method)
at com.tns.Runtime.init (Runtime.java:627)
at com.tns.Runtime.init (Runtime.java:601)
at com.tns.Runtime.initRuntime (Runtime.java:591)
at com.tns.Runtime.initializeRuntimeWithConfiguration (Runtime.java:566)
at com.tns.RuntimeHelper.initRuntime (RuntimeHelper.java:163)
at com.tns.NativeScriptApplication.onCreate (NativeScriptApplication.java:20)
at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1154)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6209)
Been seeing this crash report at an alarming rate lately


