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)- A13% (4)
- B7% (2)
- C3% (1)
- D77% (23)
Community Discussion
No community discussion yet for this question.