android
config_error
ai_generated
true
Intent: no Activity found to handle deep link
ID: android/deep-link-not-working
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 14 | active | — | — | — |
Root Cause
Deep link not routing to correct Activity.
genericWorkarounds
-
90% success Verify intent-filter in AndroidManifest.xml matches link format
-
88% success For App Links: verify assetlinks.json is hosted correctly
Dead Ends
Common approaches that don't work:
-
Handle all intents in MainActivity
78% fail
Breaks deep link routing
-
Use custom URL scheme for everything
72% fail
Not verified, any app can intercept