android
runtime_error
ai_generated
true
IllegalArgumentException: navigation destination not found
ID: android/jetpack-navigation-error
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 14 | active | — | — | — |
Root Cause
Navigation component cant find destination.
genericWorkarounds
-
90% success Verify destination ID exists in nav_graph.xml
-
88% success Use Safe Args plugin for type-safe navigation
Dead Ends
Common approaches that don't work:
-
Use direct Fragment transactions
72% fail
Loses navigation graph benefits
-
Navigate by class name instead of ID
75% fail
Type safety lost