PopupBubble icon indicating copy to clipboard operation
PopupBubble copied to clipboard

Problems with Android Studio 3.2.0

Open limone-eth opened this issue 6 years ago • 2 comments

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.

limone-eth avatar Sep 25 '18 13:09 limone-eth

I will fix this.

webianks avatar Sep 26 '18 04:09 webianks

fixed it ?

mhsnakdgn avatar Sep 21 '20 13:09 mhsnakdgn