You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "温泉 (JIRA)" <ji...@apache.org> on 2018/07/27 01:13:00 UTC

[jira] [Created] (WEEX-543) weex在夜神模拟器启动时报wx_create_instance_error

温泉 created WEEX-543:
-----------------------

             Summary: weex在夜神模拟器启动时报wx_create_instance_error
                 Key: WEEX-543
                 URL: https://issues.apache.org/jira/browse/WEEX-543
             Project: Weex
          Issue Type: Bug
          Components: Android
    Affects Versions: 0.16
            Reporter: 温泉
            Assignee: codefurture
         Attachments: image-2018-07-27-09-08-51-489.png

weexsdk版本是0.16.0 ,运行启动时在安卓studio自带的模拟器没有问题,但是在夜神模拟器上运行时,在跳过开启动画之后就显示白屏,并且在白屏上写有wx_create_instance_error的内容。如下所示:

!image-2018-07-27-09-08-51-489.png!

 

我在网上也找了一些资料有的说修改build.gradle里面的defaultConfig如下:
{code:java}
//代码占位符

defaultConfig {

...
ndk { abiFilters "x86" abiFilters "armeabi" abiFilters "armeabi-v7a" } 

}


{code}
 
但是还是不行。
夜神模拟器是很常用的模拟器,在这个模拟器上运行就出现此问题,那么在个别真机上估计也会出现。请问这是哪出现的错误。



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)