Gray Liu
Gray Liu
没明白具体问题是什么,提供下调用示例?
看了下,这个ContentResolver#openFile这个api是29版本新增的,插件provider这块目前没有适配P
谢谢反馈,编译脚本目前应该只支持到3.4.0,AGP 3.5.0的适配问题,我们近期看下
反编译resources.arsc文件看下?你说的@attr/0x7f是插件的资源还是宿主APP的
是其他drawable,layout等资源前缀修改了,attr资源没有修改吗?在sample工程里能复现吗,提供个截图?
I have written a glide integration webp library to support playing animated webp images, see [GlideWebpDecoder](https://github.com/zjupure/GlideWebpDecoder). This is based on libwebp project and some code from [Fresco](https://github.com/facebook/fresco) project. Transparent or...
@mnjit20 GlideWebpDecoder is developed based on glide 4.2.0; Glide updates too fast and modifies some interface. GlideWebpDecoder needs to make some change to adapter the latest glide version.
@Piasy this problem is produced when the external storage is not available or not writable. For example, the external storage is unmounted and it is really exist in some devices....
这个应该是不支持的行为,gif动画估计也有类似问题
提供下url,确认下是不是webp动态资源,可以断点看下解码得到的Drawable具体实例