Skip to content
New issue

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

Problems with Android Studio 3.2.0 #16

Open
limone-eth opened this issue Sep 25, 2018 · 2 comments
Open

Problems with Android Studio 3.2.0 #16

limone-eth opened this issue Sep 25, 2018 · 2 comments

Comments

@limone-eth
Copy link

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.

@webianks
Copy link
Owner

I will fix this.

@mhsnakdgn
Copy link

fixed it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants