안드로이드 android.content.ActivityNotFoundException: Unable to find explicit activity class {xxx/xxx.XXX}; have you declared this activity in your AndroidManifest.xml?
안녕하세요. 개발자 드리머즈입니다. 안드로이드 개발중에 발생한 이슈 정리합니다. 문제 현상 앱을 실행시킨 후 특정 액티비티 진입시 크래쉬가 발생하여 앱이 종료됐습니다. 에러로그는 아래와 같았습니다. 123456789101112131415161718E/AndroidRuntime: FATAL EXCEPTION: main Process: xxx, PID: 28918 android.content.ActivityNotFoundException: Unable to find explicit activity class {xxx/xxx.XXX}; have you declared this activity in your AndroidManifest.xml? at android.app.Instrumentation.checkS..