bytedance / AabResGuard

The tool of obfuscated aab resources.(Android app bundle资源混淆工具)
Apache License 2.0
1.3k stars 179 forks source link

androidx.constraintlayout.widget.Group中的 constraint_referenced_ids 的值被混淆后找不到 #101

Open allen2peace opened 1 month ago

allen2peace commented 1 month ago

Describe the bug 使用 aabResGuard 生成 aab 文件后,安装到手机上发现所有使用 androidx.constraintlayout.widget.Group 视图的地方都出现了 app:constraint_referenced_ids 约束的id找不到的情况

是因为 aabResGuard 把app:constraint_referenced_ids中的id给混淆了的原因吗?

390057892 commented 2 weeks ago

Barrier 用到的constraint_referenced_ids 好像也有问题。