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 2020/12/23 13:58:04 UTC

[GitHub] [incubator-weex] flyinmind opened a new issue #3318: [Android][weex 0.28]errorCode:-1001, msg:degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

flyinmind opened a new issue #3318:
URL: https://github.com/apache/incubator-weex/issues/3318


   When running an example with weex 0.28.
   It reports "errorCode:-1001, msg:degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1"
   
   1) I tried to copy libJavaScriptCore.so from weex_playgroud_10006024 to sdk-0.28.0.aar.
   It seems not work.
   
   2)And I also tried to change build.gradle, add the following line:
   apply from: 'https://www.mobibrw.com/wp-content/uploads/2019/11/download_jsc.gradle'
   Reports "Unexpected end of ZLIB input stream" when compiling.
   
   Is there a way to run weex  with v8 in android? 
   In my project, there is a j2v8.aar.
   Thanks!
   


----------------------------------------------------------------
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



[GitHub] [incubator-weex] flyinmind edited a comment on issue #3318: [Android][weex 0.28]errorCode:-1001, msg:degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

Posted by GitBox <gi...@apache.org>.
flyinmind edited a comment on issue #3318:
URL: https://github.com/apache/incubator-weex/issues/3318#issuecomment-750533969


   I found a way to solve the problem!
   1)Down load js from https://registry.npmjs.org/jsc-android/-/jsc-android-241213.1.0.tgz.
   2)Copy libjsc.so in it to sdk-0.28.0.aar
   Then OK!
   It is not a good way.
   


----------------------------------------------------------------
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



[GitHub] [incubator-weex] flyinmind commented on issue #3318: [Android][weex 0.28]errorCode:-1001, msg:degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

Posted by GitBox <gi...@apache.org>.
flyinmind commented on issue #3318:
URL: https://github.com/apache/incubator-weex/issues/3318#issuecomment-750533969


   I found a way to solve the problem!
   1)Down load js from https://registry.npmjs.org/jsc-android/-/jsc-android-241213.1.0.tgz.
   2)Copy libjsc.so in it to sdk-0.28.0.aar
   Then OK!


----------------------------------------------------------------
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