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

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

    [ https://issues.apache.org/jira/browse/WEEX-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563198#comment-16563198 ] 

zhengshihan commented on WEEX-543:
----------------------------------

can you give some more detail log?

> 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
>            Priority: Major
>         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)