We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 使用 aabResGuard 生成 aab 文件后,安装到手机上发现所有使用 androidx.constraintlayout.widget.Group 视图的地方都出现了 app:constraint_referenced_ids 约束的id找不到的情况
是因为 aabResGuard 把app:constraint_referenced_ids中的id给混淆了的原因吗?
The text was updated successfully, but these errors were encountered:
Barrier 用到的constraint_referenced_ids 好像也有问题。
Sorry, something went wrong.
JingYeoh
No branches or pull requests
Describe the bug
使用 aabResGuard 生成 aab 文件后,安装到手机上发现所有使用 androidx.constraintlayout.widget.Group 视图的地方都出现了 app:constraint_referenced_ids 约束的id找不到的情况
是因为 aabResGuard 把app:constraint_referenced_ids中的id给混淆了的原因吗?
The text was updated successfully, but these errors were encountered: