nerdexam
Android

AND-401 · Question #33

If your application is throwing exception android.content.ActivityNotFoundException, how to fix it?

The correct answer is D. Add the activity to the AndroidManifest. See the full explanation below for the reasoning.

Question

If your application is throwing exception android.content.ActivityNotFoundException, how to fix it?

Options

  • ACreate a new activity Java sub-class.
  • BRename your activity
  • CCreate the activity layout
  • DAdd the activity to the AndroidManifest

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    7% (2)
  • C
    3% (1)
  • D
    77% (23)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice