-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Step 2: Describe your environment
- Android device:
- Android OS version: _____
- Google Play Services version: 4.0.1
- Firebase/Play Services SDK version: core 16.0.7
- FirebaseUI version: 4.3.0/4.3.1
Step 3: Describe the problem:
Hello. I googled and read probably everything about similiar issues but did not find anything. My
app crashes when trying to use email logon while facebook and google login methods are working.
Observed Results:
When I click on "Login with email" option in generated UI of Firebase-UI module app just crashes with following errors.
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.godotengine.bacterio/com.firebase.ui.auth.ui.email.EmailActivity}: android.view.InflateException: Binary XML file line #34: Binary XML file line #34: Error inflating class android.support.design.widget.TextInputLayout
Caused by: android.view.InflateException: Binary XML file line #34: Binary XML file line #34: Error inflating class android.support.design.widget.TextInputLayout
Caused by: android.view.InflateException: Binary XML file line #34: Error inflating class android.support.design.widget.TextInputLayout
Caused by: android.content.res.Resources$NotFoundException: Drawable org.godotengine.godot:drawable/design_password_eye with resource ID #0x7f07008f
Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f07008f
Relevant Code:
My project build.gradle
build.gradle.txt
My project manifest
AndroidManifest.xml.txt
I have checked the APK and I can see resources mentioned in error in RES folder.

Any help/advice would be appricieted.
josselinPello