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

lijianchang commented on WEEX-332:
----------------------------------

I had solve this problem. 

if your app is support armeabi-v7, first you compile the lastest sdk(now is 
0.18.0), build your apk, and upzip your apk, you can find that your armeabi 
package was added four file which name is about weex, these files is : 
libweexjsb.so,  libweexjsc.so,  libweexjss.so,  libweexjst.so. 

last step, you copy these four files into your armeabi-v7 package, and rebuild 
your app, it's work!

> framework.js uninitialized
> --------------------------
>
>                 Key: WEEX-332
>                 URL: https://issues.apache.org/jira/browse/WEEX-332
>             Project: Weex
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 0.18
>            Reporter: fudongrong
>            Assignee: codefurture
>            Priority: Major
>
> my app's build gradle's ndk is:
>  
>         ndk {
>            abiFilters "armeabi-v7a", "x86", "armeabi", "mips"
>         } 
> and we use weex sdk 0.18.0,but it was not use,it seems like framework.js 
> uninitialized,
> the error log is
> {color:#d04437}[WXinvokeRegisterModulesBridgeManager] invokeRegisterModules: 
> framework.js uninitialized.
> [WXBridgeManager] invokeRegisterComponents: framework.js uninitialized.{color}
> what should i do? very critical



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

Reply via email to