[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-26 Thread GitBox
YorkShen commented 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-558907957
 
 
   > But the same operation before 0.28.0, the initialization of jsFrameWork is 
normal. Maybe what weex can do?
   
   If you suspect this is the problem of the new JSC, you can build Weex from 
source together with the legacy JSC. For detail of the build comand, you can 
look at the [travis command 
line](https://github.com/apache/incubator-weex/blob/master/.travis.yml#L141)
   
   Anyway, I will just close it. Feel free to contact me if there are any other 
problems.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-21 Thread GitBox
YorkShen commented 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-557374941
 
 
   @bobSir Does Weex Playground have the same problem on your phone?


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-21 Thread GitBox
YorkShen commented 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-556979912
 
 
   If the suggestion I gave is helpful, please upgrade the current 
documentation so that we could help more users.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-21 Thread GitBox
YorkShen commented 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.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-21 Thread GitBox
YorkShen commented 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-556968683
 
 
   > I found the problem, the framework initialization is sometimes very slow, 
my test found that sometimes it takes 40 seconds to initialize. It seems that 
you have not tested well with the new jsc.
   
   It tooks 40 seconds to execute `nativeInitFrameworkEnv` ? That never 
happened in my phone, or CI environment. Does it happen in a certain phone, or 
any phone you have? Could you please provide more detail, like the OS version, 
phone name, etc.?


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-15 Thread GitBox
YorkShen commented 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-554255305
 
 
   It worked fine in Playground, could please provide more infromation.
   
   It seems to me there is a crash and the crash file is printed in the logcat. 
Maybe you could share the crash file.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-13 Thread GitBox
YorkShen commented 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-553688783
 
 
   * `android-jsc-intl` contains ICU, which support various language, like 
Russian, Greek, or other language you may heard.
   * `android-jsc` doesn't have that kinds of language support.
   
   For `armeabi` of jsc-android, there is nothing I can do. I think as Google 
stopped supporting `armeabi`, libraries in Android wil not provide it either, 
as time goes.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-13 Thread GitBox
YorkShen commented 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-553388548
 
 
   Have you tried `armeabi-v7a`?
   
   The current NDK 18 Weex using doesn't support `armeabi`, and I can't make 
Google to support `armeabi` in the furture release of NDK.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-13 Thread GitBox
YorkShen commented 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-553294062
 
 
   Maybe you could help us improve the document. I see some pepole complains 
the error you met, and a document improvement may solve the problems for future 
users of Weex.


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


[GitHub] [incubator-weex] YorkShen commented on issue #3013: [Android] Open weex page white screen where weex version is 0.28.0

2019-11-12 Thread GitBox
YorkShen commented 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-553272530
 
 
   Please don't use `armeabi` anymore, Google stopped supporting it years ago.
   
   Weex only [supports `armeabi-v7a`, `arm64-v8a` and 
`x86`](https://weex.apache.org/guide/develop/integrate-to-android-app.html) and 
we don't test API on `armeabi` anymore. If there is a confusion about what Weex 
supports and what don't, you could give us a PR to make the documentation 
better.


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