Recent Posts
Recent Comments
라떼는말이야
[안드로이드] specified for property 'mainMergedManifest' does not exist 오류 해결 방법 본문
오류메시지
[안드로이드] specified for property 'mainMergedManifest' does not exist 오류 해결 방법
MangBaam 2021. 3. 14. 00:24반응형
specified for property 'mainMergedManifest' does not exist
처음 프로젝트를 생성하고 에뮬로 실행했더니 위와같은 오류가 발생했다.
해결 방법
1. build.gradle 선택
위 코드에서 dependencies의 gradle:4.1.2 버전을 4.0.2 버전으로 다운그레이드 해준다.
2. gradle-wrapper.properties 선택
위 코드에서 gradle-6.5-bin.zip을 6.4.1로 바꿔준다.
3. Sync Now 클릭
Sync Now 버튼을 눌러 업데이트를 완료해준다
4. 성공..?!
오오 됐다..!! o( ̄▽ ̄)d
반응형
'오류메시지' 카테고리의 다른 글
[Android Studio] Invocation failed Unexpected end of file from server 오류 (GitHub Push 오류) (5) | 2022.06.13 |
---|---|
[Android] Retrofit2 - Unable to invoke no-args constructor for interface retrofit2.http.Url. (0) | 2022.01.21 |
[안드로이드 스튜디오] 'mainMergedManifest' does not exist. 문제 해결 (0) | 2021.07.23 |
[인텔리제이] 코틀린 오류: 기본 클래스 을(를) 찾거나 로드할 수 없습니다. (0) | 2021.07.20 |
윈도우10 powershell 실행 시 0x80070002 오류 발생 (0) | 2021.06.01 |
윈도우 업데이트 이후 발생하는 작업 표시줄 오류 (OS 빌드 19041.985, 19042.985 및 19043.985) (4) | 2021.05.24 |
[Android] 에뮬레이터 오류. Waiting for all target devices to come online (0) | 2021.03.19 |
[오류메시지] ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION (0) | 2020.12.01 |
Comments