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

No resource found that matches the given name #1317

Closed
ahaverty opened this issue May 25, 2018 · 6 comments
Closed

No resource found that matches the given name #1317

ahaverty opened this issue May 25, 2018 · 6 comments
Milestone

Comments

@ahaverty
Copy link

ahaverty commented May 25, 2018

  • FirebaseUI version: 4.0.0

Step 3: Describe the problem:

Unable to build firebase ui v4.0.0

Steps to reproduce:

Attempt to build with v4.0.0

Observed Results:

No resource found that matches the given name (at 'layout_constraintBottom_toTopOf' with value '@id/main_tos_and_pp').

@SUPERCILEX
Copy link
Collaborator

@ahaverty What Android Gradle Plugin version are you using? Pre 3.0? Did you disable AAPT2?

@samtstern Looks like our lint check is broken. 😢 It was supposed to ensure we @+ided stuff, right?

@samtstern
Copy link
Contributor

samtstern commented May 25, 2018 via email

@Beb3r
Copy link

Beb3r commented May 26, 2018

yupe got the same with:
classpath 'com.android.tools.build:gradle:3.1.2'
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.google.firebase:firebase-messaging:17.0.0'
implementation 'com.google.firebase:firebase-database:16.0.1'
implementation 'com.google.firebase:firebase-storage:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.firebaseui:firebase-ui-auth:4.0.0'

@SUPERCILEX
Copy link
Collaborator

#1321 inadvertently solves this by upgrading lint.

@samtstern samtstern added this to the 4.0.1 milestone May 29, 2018
@samtstern
Copy link
Contributor

This has been fixed and released in 4.0.1

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

No branches or pull requests

4 participants