bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Apache License 2.0
3.14k stars 463 forks source link

transformClassesWithShrinkRFileForRelease失败 #71

Closed ksforme closed 3 years ago

ksforme commented 4 years ago

java.lang.RuntimeException: There are some unused resource, please review those resource and try to delete them, you can check it out in file shrinkR/unused_res.json. 在你的commit上发现了一些无用的资源,辛苦你review一下这些资源,如果发现确实没有引用,可以尝试删掉,再rebuild。如果有问题请@谭乐华。

这个有白名单可以keep吗

yangzhiqian commented 4 years ago

无用资源检查到你的项目中可能存在无用的资源,是做包大小监控的,shrinkR/unused_res.json.中列出的资源没有使用到可以删除再编译/或者加白名单.

ksforme commented 3 years ago

已解决

GaoGates commented 3 years ago

已解决

您好,遇到同样问题,请问怎么解决的

yangzhiqian commented 3 years ago

确认无用资源是否真的没有用到,如果没有用到建议移除来减小包大小,如果有用到或者不好删,可以加白名单,详细看shrinkR的readme。