gpt4 book ai didi

android - 壁画的 Proguard 错误

转载 作者:太空狗 更新时间:2023-10-29 14:53:05 26 4
gpt4 key购买 nike

我正在使用 ProGuard,当我在发布配置中运行项目时,出现以下错误:

Warning:com.facebook.imagepipeline.bitmaps.DalvikBitmapFactory: can't find referenced field 'android.graphics.Bitmap$Config BITMAP_CONFIG' in program class com.facebook.imagepipeline.nativecode.Bitmaps

找遍了也没有找到解决问题的线索。我已经用 fresco 的文档页面中给出的内容更新了我的 proguard-rules.pro

壁画依赖:

compile 'com.facebook.fresco:fresco:0.8.1+'
compile 'com.facebook.fresco:imagepipeline-okhttp:0.8.1+'

最佳答案

您好,根据报错

 Warning:com.facebook.imagepipeline.bitmaps.DalvikBitmapFactory: can't find referenced field 'android.graphics.Bitmap$Config BITMAP_CONFIG' in program class com.facebook.imagepipeline.nativecode.Bitmaps

它显示警告 com.facebook.imagepipeline.bitmaps.** 等等。我的解决方案是将以下文字添加到 proguard-rules.pro 文件

 -dontwarn com.facebook.imagepipeline.**

这个我试过了,好像没问题!请务必打开 build.gradle 文件,

android{
...
buildTypes {
...
release{
...
minifyEnabled true
...
}
}

关于android - 壁画的 Proguard 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33867642/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com