You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/08/30 06:04:55 UTC

[GitHub] [incubator-weex] wangfengzxz opened a new issue #2864: [Android] wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 where weex version is 0.20.0.2

wangfengzxz opened a new issue #2864: [Android] wx_create_instance_error isJSFrameworkInit==false reInitCount == 1 where weex version is 0.20.0.2
URL: https://github.com/apache/incubator-weex/issues/2864
 
 
   A little more of users encounted this problem.
   
   java.lang.RuntimeException: degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1
   	at com.yit.module.weex.ui.i.onException(WeexFragment.java:1)
   	at com.taobao.weex.o.run(WXSDKInstance.java:2)
   	at com.taobao.weex.common.WXThread$SafeRunnable.run(WXThread.java:2)
   	at android.os.Handler.handleCallback(Handler.java:743)
   	at android.os.Handler.dispatchMessage(Handler.java:95)
   	at android.os.Looper.loop(Looper.java:150)
   	at android.app.ActivityThread.main(ActivityThread.java:5665)
   	at java.lang.reflect.Method.invoke(Native Method)
   	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
   	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:689)
   
   This trance is the same type below
   java.lang.RuntimeException: degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==true reInitCount == 1
   	at com.yit.module.weex.ui.i.onException(WeexFragment.java:1)
   	at com.taobao.weex.o.run(WXSDKInstance.java:2)
   	at com.taobao.weex.common.WXThread$SafeRunnable.run(WXThread.java:2)
   	at android.os.Handler.handleCallback(Handler.java:793)
   	at android.os.Handler.dispatchMessage(Handler.java:98)
   	at android.os.Looper.loop(Looper.java:176)
   	at android.app.ActivityThread.main(ActivityThread.java:6701)
   	at java.lang.reflect.Method.invoke(Native Method)
   	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:249)
   	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services