Can not add resource (com.android.aaptcompiler.ParsedResource@4ba9af2) to table.,Can not add resource (com.android.aaptcompiler.ParsedResource@851ebd) to table.,Can not add resource (com.android.aaptcompiler.ParsedResource@458790c9) to table.,Can not add resource (com.android.aaptcompiler.ParsedResource@243556a9) to table.
Facing the issue related to resources
The error can occur due to the fact that you have overwritten the default system attribute name in /attrs or /styles.
For example, you can't use the name "divider" in <attr name="divider" format="reference" />
because it causes a conflict with the system's default properties.
Instead change the name to something like <attr name="myDivider" format="reference" />
to avoid conflicts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With