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 2018/12/03 09:08:36 UTC

[GitHub] chris-wu2015 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1

chris-wu2015 commented on issue #1596: android使用源码导入工程失败,界面显示 reader error -1001 degradeToH5|createInstance fail|wx_create_instance_error isJSFrameworkInit==false reInitCount == 1
URL: https://github.com/apache/incubator-weex/issues/1596#issuecomment-443638135
 
 
   这边终于解决了这个问题,根据以上几位的指点,发现可能是因为gradle插件版本不一致的问题,导致项目中生成的libweexcore.so的目录路径跟weex源码库中weex_core下release.sh或debug.sh脚本中的路径不一样,所以执行sh脚本时copy文件失败,但不会报任何异常,我这边的处理方式是在写一个task任务来自己copy so文件到libs下,避免直接修改源码,导致后续升级sdk困难

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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