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
E/AndroidRuntime(15324): FATAL EXCEPTION: main
E/AndroidRuntime(15324): Process: com.blogspot.android_czy_java.beautytips, PID: 15324
E/AndroidRuntime(15324): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.blogspot.android_czy_java.beautytips/com.firebase.ui.auth.ui.idp.AuthMethodPickerActivity}: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/login_background.xml from drawable resource ID #0x7f0800d0
E/AndroidRuntime(15324): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2695)
E/AndroidRuntime(15324): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769)
E/AndroidRuntime(15324): at android.app.ActivityThread.access$900(ActivityThread.java:177)
E/AndroidRuntime(15324): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1430)
E/AndroidRuntime(15324): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(15324): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(15324): at android.app.ActivityThread.main(ActivityThread.java:5910)
E/AndroidRuntime(15324): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(15324): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(15324): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
E/AndroidRuntime(15324): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)
E/AndroidRuntime(15324): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/login_background.xml from drawable resource ID #0x7f0800d0
E/AndroidRuntime(15324): at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)
E/AndroidRuntime(15324): at android.content.res.Resources.loadDrawable(Resources.java:2821)
E/AndroidRuntime(15324): at android.content.res.Resources.getDrawable(Resources.java:1050)
E/AndroidRuntime(15324): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:4106)
E/AndroidRuntime(15324): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:4154)
E/AndroidRuntime(15324): at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:2154)
E/AndroidRuntime(15324): at androidx.appcompat.app.f.y(Unknown Source)
E/AndroidRuntime(15324): at androidx.appcompat.app.f.x(Unknown Source)
E/AndroidRuntime(15324): at androidx.appcompat.app.f.c(Unknown Source)
E/AndroidRuntime(15324): at androidx.appcompat.app.c.setContentView(Unknown Source)
E/AndroidRuntime(15324): at com.firebase.ui.auth.ui.idp.AuthMethodPickerActivity.onCreate(Unknown Source)
E/AndroidRuntime(15324): at android.app.Activity.performCreate(Activity.java:6178)
E/AndroidRuntime(15324): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
E/AndroidRuntime(15324): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2648)
E/AndroidRuntime(15324): ... 10 more
E/AndroidRuntime(15324): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #2: requires a valid src attribute
E/AndroidRuntime(15324): at android.graphics.drawable.BitmapDrawable.updateStateFromTypedArray(BitmapDrawable.java:764)
E/AndroidRuntime(15324): at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:729)
E/AndroidRuntime(15324): at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)
E/AndroidRuntime(15324): at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)
E/AndroidRuntime(15324): at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)
E/AndroidRuntime(15324): ... 23 more
The text was updated successfully, but these errors were encountered:
Project Information
Expected behavior
When I click on the login option, a box should appear where I can enter my email address and password by logging in to my account.
Actual behavior
The application crashes when I click on the login option
How to reproduce
Download the application
open the application
Click the 3 horizontal lines on the top left
click the login Option
Note the Error
Browser/App version: 1.2
Operating system: 6.0
Recording Of The Bug
Logcat
The text was updated successfully, but these errors were encountered: