YorkShen edited a comment on issue #3013: [Android] Open weex page white screen 
where weex version is 0.28.0
URL: https://github.com/apache/incubator-weex/issues/3013#issuecomment-556979144
 
 
   > 
![image](https://user-images.githubusercontent.com/16300254/69320569-62b92400-0c7c-11ea-8440-243ca5154ecd.png)
   > Is this call to the jsc api or the weexCore api?
   
   It will invoke a [C++ 
API](https://github.com/apache/incubator-weex/blob/master/weex_core/Source/android/wrap/wx_bridge.cpp#L331)
 in WeexCore, and you can view all the C++/Java binding in this  
[file](https://github.com/apache/incubator-weex/blob/master/weex_core/Source/base/android/jniprebuild/jniheader/WXBridge_jni.h).
   
   FYI: Have you tried the [Weex 
Playground](https://github.com/apache/incubator-weex-playground/), which also 
uses the new JSC. I think there may be a configuration problem in your app with 
the new JSC. Is there a `libjsc.so` file in your App? If not, you should 
[configure](https://weex.apache.org/download/major_change.html#_0-28) it right.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to