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
After the update that I made today I was having problems with my Gradle build and I found that the now resource items with type "id" like this <item name="image_view" type="id">image_view</item> are no more supported and the build fails.
An item with type "id" should be empty <item name="image_view" type="id"/> or should contain a resource file <item name="image_view" type="id">@id/example</item>.
Please fix.
The text was updated successfully, but these errors were encountered:
After the update that I made today I was having problems with my Gradle build and I found that the now resource items with type "id" like this
<item name="image_view" type="id">image_view</item>
are no more supported and the build fails.An item with type "id" should be empty
<item name="image_view" type="id"/>
or should contain a resource file<item name="image_view" type="id">@id/example</item>
.Please fix.
The text was updated successfully, but these errors were encountered: