You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/02/18 12:22:19 UTC

[GitHub] [incubator-weex] ableou opened a new issue #3142: [Android][AAB] Can not render view when build apk in aab format

ableou opened a new issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142
 
 
   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
   
   
   ## Describe the bug
   <!-- A clear and concise description of what the bug is. -->
   logcat:
   ![企业微信截图_2799f137-fb73-4376-8376-fb4d4c02d970](https://user-images.githubusercontent.com/10752808/74734974-b393e500-528a-11ea-94db-0173a6935a4e.png)
   但是去app内对应的目录导出来的apk,解压后是有这个so的
   ![企业微信截图_94270360-4e23-4972-934b-3b327e23d01a](https://user-images.githubusercontent.com/10752808/74735071-e342ed00-528a-11ea-90fe-2138c4d0cea7.png)
   ![企业微信截图_41163802-70ab-452f-aba6-1c7b27a88e84](https://user-images.githubusercontent.com/10752808/74735084-e8a03780-528a-11ea-8546-3a6553f2f0ff.png)
   
   ## To Reproduce
   <!-- Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve -->
   Weex demo playground build apk in aab form has the same problem.
   ![企业微信截图_d7f01114-9ccc-4870-85c4-fac020c9ff59](https://user-images.githubusercontent.com/10752808/74735291-577d9080-528b-11ea-8452-4159c80efde4.png)
   
   ## Environment
   <!-- 
   * Device: [e.g. iPhone6]
   * OS: [e.g. iOS8.1]
   * Version [e.g. 22]
   * Build from source [e.g. yes/no] -->
   Device: google pixel 2
   OS: android 8.1.0
   
   
   ## Expected behavior
   <!-- A clear and concise description of what you expected to happen. -->
   可以正常渲染
   ## Screenshots
   <!-- If applicable, add screenshots to help explain your problem. -->
   ![9C0278C0A66A9CBAD572E51AFB88FD51](https://user-images.githubusercontent.com/10752808/74735679-25206300-528c-11ea-84b4-56729a544a89.jpg)
   
   ## Additional context
   <!-- Add any other context about the problem here.-->
   @YorkShen 

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-599959050
 
 
   确实是这样做的,看上面我发步骤,有用root手机去相应的目录下看,是存在该so的,所以没有能够定位到是什么原因,囧。 @YorkShen 

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-599956496
 
 
   @ableou 现阶段我的重心是 `AndroidX` 与 `x86-64` 的支持。针对你的问题,建议找一台可以root的手机,看一下对应的目录中是否有相应的so文件。

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-597712770
 
 
   I never try it in App bundle model. 

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-587436350
 
 
   有人也遇到类似的问题,不知是否已经解决。https://github.com/apache/incubator-weex/issues/2819 

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
ableou commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-599923316
 
 
   可以帮忙试试看吗?just try @YorkShen 

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


With regards,
Apache Git Services

[GitHub] [incubator-weex] YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format

Posted by GitBox <gi...@apache.org>.
YorkShen commented on issue #3142: [Android][AAB] Can not render view when build apk in aab format
URL: https://github.com/apache/incubator-weex/issues/3142#issuecomment-600389669
 
 
   @ableou 你可以找到打出log的代码行,然后debug看一下,对应的文件是否存在。

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


With regards,
Apache Git Services