반응형
안드로이드 스튜디오에서 빌드할 때
아래와 같은 에러가 나타난다면
앱이 정상적으로 삭제가 되지 않아서 나타나는 문제일 수 있습니다.
해결방법
휴대폰 설정 > 앱 및 알림 > 앱정보 > 해당앱이 남아있는지 확인 후 남아있다면 삭제 하시면 해결됩니다.
Error while executing: am start -n "경로.mobile.Startup" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=경로/.Startup }
Error type 3
Error: Activity class {경로.mobile.Startup} does not exist.
Error while Launching activity
반응형
'개발 > Mobile' 카테고리의 다른 글
모바일 input에서 키패드 다음버튼 keydown 이벤트 안먹을때 해결방법 (0) | 2023.04.12 |
---|---|
안드로이드 스튜디오 빌드 오류 (0) | 2019.12.16 |