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/04/27 09:43:38 UTC

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

zhouxuemeng1988 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-487271660
 
 
   > 项目本身有一个so库,但是没有过滤ABI,默认生成了全部ABI对应的so库。观察apk中lib目录,发现只有x86、armeabi、armeabi-v7a中有对应的weex so库,于是过滤ABI后,问题解决。
   > 
   > `ndk { abiFilters "armeabi", "armeabi-v7a", "x86" }`
   
   亲测对我有效。3Q

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