[Android] Unable to find explicit activity class {activity name}; have you declared this activity in your AndroidManifest.xml?

Tadashi Shigeoka ·  Fri, April 5, 2013

In Android, when you get the following error, you need to declare the Activity you’re using in AndroidManifest.xml.

Unable to find explicit activity class {activity name}; have you declared this activity in your AndroidManifest.xml?

■ AndroidManifest.xml


[Reference]

コラム【Androidアプリ開発初心者がつまずきやすい7のポイント】 |東京AndroidSchool!!

That’s all from the Gemba.