lucky-chen commented on issue #2718: [Android]Weex pages in 0.26 sdk version 
are rendering slower than 0.24 version
URL: https://github.com/apache/incubator-weex/issues/2718#issuecomment-512654624
 
 
   @nikkulshrestha  you can change branch with master ,and  build new sdk with 
this
   
   ```
   -./gradlew weex_sdk:clean weex_sdk:assembleRelease PbuildRuntimeApi=false  
--info
   
   ```
   
   or change build.gradle 
   
   ```
    def buildRuntimeApi = project.hasProperty('buildRuntimeApi') ? 
project.property('buildRuntimeApi') : false
   ```
   
   then test

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to