android config_error ai_generated true

Intent: no Activity found to handle deep link

ID: android/deep-link-not-working

Also available as: JSON · Markdown
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
14 active

Root Cause

Deep link not routing to correct Activity.

generic

Workarounds

  1. 90% success Verify intent-filter in AndroidManifest.xml matches link format
  2. 88% success For App Links: verify assetlinks.json is hosted correctly

Dead Ends

Common approaches that don't work:

  1. Handle all intents in MainActivity 78% fail

    Breaks deep link routing

  2. Use custom URL scheme for everything 72% fail

    Not verified, any app can intercept