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

Fatal Exception: android.content.res.Resources$NotFoundException #175

Open
arunsaini065 opened this issue Aug 19, 2021 · 1 comment
Open

Comments

@arunsaini065
Copy link

Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x7f080367
at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:224)
at android.content.res.Resources.getDrawableForDensity(Resources.java:876)
at android.content.res.Resources.getDrawable(Resources.java:819)
at android.content.Context.getDrawable(Context.java:618)
at androidx.core.content.ContextCompat$Api21Impl.getDrawable(ContextCompat.java:864)
at androidx.core.content.ContextCompat.getDrawable(ContextCompat.java:483)
at es.dmoral.toasty.ToastyUtils.getDrawable(ToastyUtils.java:54)
at es.dmoral.toasty.ToastyUtils.tint9PatchDrawableFrame(ToastyUtils.java:42)
at es.dmoral.toasty.Toasty.custom(Toasty.java:305)
at es.dmoral.toasty.Toasty.normal(Toasty.java:106)
at es.dmoral.toasty.Toasty.normal(Toasty.java:81)
at com.rocks.photosgallery.newui.NewUIHomeScreen.onBackPressed(NewUIHomeScreen.java:342)
at android.app.Activity.onKeyUp(Activity.java:2980)
at android.view.KeyEvent.dispatch(KeyEvent.java:2858)
at androidx.core.view.KeyEventDispatcher.activitySuperDispatchKeyEventPre28(KeyEventDispatcher.java:137)
at androidx.core.view.KeyEventDispatcher.dispatchKeyEvent(KeyEventDispatcher.java:87)
at androidx.core.app.ComponentActivity.dispatchKeyEvent(ComponentActivity.java:140)
at androidx.appcompat.app.AppCompatActivity.dispatchKeyEvent(AppCompatActivity.java:569)
at androidx.appcompat.view.WindowCallbackWrapper.dispatchKeyEvent(WindowCallbackWrapper.java:59)
at androidx.appcompat.app.AppCompatDelegateImpl$AppCompatWindowCallback.dispatchKeyEvent(AppCompatDelegateImpl.java:3054)
at com.android.internal.policy.DecorView.dispatchKeyEvent(DecorView.java:354)
at android.view.ViewRootImpl$ViewPostImeInputStage.processKeyEvent(ViewRootImpl.java:4801)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:4673)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4215)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4268)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4234)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:4361)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4242)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:4418)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4215)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4268)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4234)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:4242)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:4215)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:4268)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:4234)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:4394)
at android.view.ViewRootImpl$ImeInputStage.onFinishedInputEvent(ViewRootImpl.java:4555)
at android.view.inputmethod.InputMethodManager$PendingEvent.run(InputMethodManager.java:2448)
at android.view.inputmethod.InputMethodManager.invokeFinishedInputEventCallback(InputMethodManager.java:2011)
at android.view.inputmethod.InputMethodManager.finishedInputEvent(InputMethodManager.java:2002)
at android.view.inputmethod.InputMethodManager$ImeInputEventSender.onInputEventFinished(InputMethodManager.java:2425)
at android.view.InputEventSender.dispatchInputEventFinished(InputEventSender.java:141)
at android.os.MessageQueue.nativePollOnce(MessageQueue.java)
at android.os.MessageQueue.next(MessageQueue.java:325)
at android.os.Looper.loop(Looper.java:142)
at android.app.ActivityThread.main(ActivityThread.java:6543)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:810)

@arunsaini065 arunsaini065 changed the title atal Exception: android.content.res.Resources$NotFoundException Fatal Exception: android.content.res.Resources$NotFoundException Aug 19, 2021
@harmeetsingh-work
Copy link

Try this: #84 (comment)

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

2 participants