[Android/Error] 액티비티 전환 시 오류 Unable to find explicit activity class

SoyoungLee·2022년 10월 27일
0
post-thumbnail

[Android/Error] 액티비티 전환 시 오류android.content.ActivityNotFoundException: Unable to find explicit activity class {패키지명/패키지명.액티비티} have you declared this activity in your AndroidManifest.xml?

📌 이슈

액티비티에서 새로운 액티비티로 전환 시 오류가 떴다.

android.content.ActivityNotFoundException: Unable to find explicit activity class {패키지명/패키지명.액티비티명} have you declared this activity in your AndroidManifest.xml?


AndroidManifest.xml에 Activity를 정의하지 않아서 나는 오류다.

매니페스트를 가보니 패키지명이 제대로 연결되어 있지 않았다.
액티비티를 만든 후 따로 액티비티명을 Rename 하고 매니페스트에는 바꾸어 주지 않았다..^^ㅎ

💜 해결 방안


매니페스트에 패키지명과 액티비티명을 제대로 선언 후 빌드하면 해결 완료

profile
Android Developer..+ iOS 슬쩍 🌱 ✏️끄적끄적,,개인 기록용 👩🏻‍💻

0개의 댓글