xuexiangjys / XUI

💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)
https://xuexiangjys.github.io/XUI/
Apache License 2.0
4.85k stars 835 forks source link

混淆打release包,“shrinkResources true ” 报错:Unable to locate resourceFile : xui_default_flow_tag_bg_rect_round.xml #178

Closed XDChang closed 5 months ago

XDChang commented 9 months ago

混淆打release包,“shrinkResources true ” 压缩资源文件 报错: Unable to locate resourceFile (xxx/app/build/intermediates/merged-not-compiled-resources/release/drawable-v17/xui_default_flow_tag_bg_rect_round.xml) in source-sets.

XDChang commented 9 months ago

buildTypes { release { minifyEnabled true zipAlignEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } }

XDChang commented 9 months ago
截屏2023-12-12 16 15 23
xuexiangjys commented 5 months ago

clean一下再试试,我这边打包一直都没有问题

image