You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
figured it out. For me I had to just delete my constraint layout dependency. attr/visibility was my problem but right under that it also said constraint layout was my problem. I deleted the dependency and it works now.
@daimajia
error: duplicate value for resource 'attr/visibility' with config ''
It points to this file:
\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml
There is attribure with the name "visibility" that has the conflict.
What should I need to do?
Thanks
The text was updated successfully, but these errors were encountered: