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
App Crush if starts in landscape or if open app comming from another app, that is in landscape mode.
this should not hapen.
Exception:
android.content.res.Resources$NotFoundException: File res/drawable/background_splash.xml from drawable resource ID #0x7f02004b
at android.content.res.Resources.loadDrawableForCookie(Resources.java:2626)
at android.content.res.Resources.loadDrawable(Resources.java:2528)
at android.content.res.Resources.getDrawable(Resources.java:823)
at android.content.res.Resources.getDrawable(Resources.java:799)
at android.content.Context.getDrawable(Context.java:403)
at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:3890)
at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:3937)
at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1994)
at android.app.Activity.dispatchEnterAnimationComplete(Activity.java:5639)
at android.app.ActivityThread.handleEnterAnimationComplete(ActivityThread.java:2585)
at android.app.ActivityThread.access$3200(ActivityThread.java:154)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1535)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5294)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #8: requires a valid src attribute
at android.graphics.drawable.BitmapDrawable.updateStateFromTypedArray(BitmapDrawable.java:753)
at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:718)
at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)
at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:204)
at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:145)
at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)
at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)
at android.content.res.Resources.loadDrawableForCookie(Resources.java:2616)
... 18 more
The text was updated successfully, but these errors were encountered:
App Crush if starts in landscape or if open app comming from another app, that is in landscape mode.
this should not hapen.
Exception:
android.content.res.Resources$NotFoundException: File res/drawable/background_splash.xml from drawable resource ID #0x7f02004b
at android.content.res.Resources.loadDrawableForCookie(Resources.java:2626)
at android.content.res.Resources.loadDrawable(Resources.java:2528)
at android.content.res.Resources.getDrawable(Resources.java:823)
at android.content.res.Resources.getDrawable(Resources.java:799)
at android.content.Context.getDrawable(Context.java:403)
at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:3890)
at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:3937)
at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1994)
at android.app.Activity.dispatchEnterAnimationComplete(Activity.java:5639)
at android.app.ActivityThread.handleEnterAnimationComplete(ActivityThread.java:2585)
at android.app.ActivityThread.access$3200(ActivityThread.java:154)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1535)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5294)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #8: requires a valid src attribute
at android.graphics.drawable.BitmapDrawable.updateStateFromTypedArray(BitmapDrawable.java:753)
at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:718)
at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)
at android.graphics.drawable.LayerDrawable.inflateLayers(LayerDrawable.java:204)
at android.graphics.drawable.LayerDrawable.inflate(LayerDrawable.java:145)
at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)
at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)
at android.content.res.Resources.loadDrawableForCookie(Resources.java:2616)
... 18 more
The text was updated successfully, but these errors were encountered: