안녕하세요 봉자씨입니다.
ERROR
Error while executing: am start -n "your activity....." -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=your activity..... }
Error type 3
Error: Activity class {your activity.....} does not exist.
Error while Launching activity
무슨 에러인가?
결론적으로 보면 Activity가 없다는 것인데 분명 존재하는 경우에 발생하기도 합니다. 여러 원인에 의해서 발생하는 에러로 정확히 단정 지어 이야기 하기 힘든 에러입니다.
해결 방안!
해결 방안으로는 3가지 방법을 권해 드립니다.
첫번째 방법
1. android studio에서 빌드->clean project->
2. android studio 재시작
3. 빌드 -> rebuild project 후 재실행
두번째 방법
1. AndroidManifest 파일로 이동
2. versionName를 수정
ex) android:versionCode="1"
android:versionName="1.1"
세번째 방법(안드로이드 O?)
1. 폰의 슬라이드 바를 내립니다.
2. 유저를 손님으로 들어 가봅니다.
3. 거기 내가 삭제한 앱이 아직 존재하는지 확인하고 삭제 합니다.
감사합니다.
'안드로이드 > 안드로이드_ERROR' 카테고리의 다른 글
안드로이드 스튜디오 Indexing/Scanning/Building 지속적으로 반복 (0) | 2018.08.05 |
---|---|
바꿨는데도 여전히 Configuration 'compile' is obsolete and has been replaced with 'implementation' Ask Question (0) | 2018.08.05 |
Caused by: android.os.TransactionTooLargeException: data parcel size.... (0) | 2018.03.11 |
안드로이드 서비스 인텐트 생성할 때 발생 오류 Service Intent must be explicit (0) | 2017.10.31 |
안드로이드 multidex 에러 해결법 (0) | 2017.09.12 |