aurelhubert / aurelhubert/ahbottomnavigation

NotFoundException

Open
#418 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
3.8k
Forks
672
PR merge metrics
No merged PRs in 30d

Description

Am getting below error:

APP_VERSION_CODE=26
APP_VERSION_NAME=1.25
ANDROID_VERSION=6.0.1
PHONE_MODEL=XT1254
CUSTOM_DATA=
STACK_TRACE=android.content.res.Resources$NotFoundException: Resource ID #0x7f07008a
at android.content.res.Resources.getValue(Resources.java:1351)
at android.content.res.Resources.getDrawable(Resources.java:804)
at android.content.Context.getDrawable(Context.java:458)
at androidx.core.a.a.a(SourceFile:454)
at com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem.getDrawable(SourceFile:133)
at com.aurelhubert.ahbottomnavigation.AHBottomNavigation.createClassicItems(SourceFile:411)
at com.aurelhubert.ahbottomnavigation.AHBottomNavigation.createItems(SourceFile:282)
at com.aurelhubert.ahbottomnavigation.AHBottomNavigation.onSizeChanged(SourceFile:151)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with AHBottomNavigationItem.getDrawable and the AHBottomNavigation.createClassicItems/createItems path shown in the stack trace. Reproduce the crash using Android 6.0.1, app version 1.25, and the reported phone configuration, then trace resource ID #0x7f07008a. Done means the reported NotFoundException is understood and the affected navigation setup no longer crashes.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.