Plugin with id 'maven' not found. 해결 방법
리액트 네이티브 앱 빌드 시 Plugin with id 'maven' not found 문구가 출력되며 빌드가 안되는 상황이 발생하였습니다.
찾아보니 Gradle 버전으로 인한 문제였습니다.
해결방법을 남겨둡니다.
Gradle 버전 변경
Gradle 버전이 7로 변경되어서 발생되는 문제인데 gradle/wrapper/gradle-wrapper.properties 파일에서 gradle 버전을 6으로 변경합니다.
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
을 아래와 같이 변경합니다.
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
728x90
'APP > React-Native' 카테고리의 다른 글
[React-Native] 안드로이드에서 백버튼 클릭 시 종료 팝업 출력하는 소스 (0) | 2022.01.25 |
---|---|
[React-Native] React-native 앱 아이콘 만들기 (0) | 2022.01.25 |
[React-Native] React-native 캡처 방지 방법 (0) | 2022.01.23 |
[React-Native] ERESOLVE unable to resolve dependency tree 에러 발생 시 해결 방법 (0) | 2022.01.23 |
[React-Native] React-native Splash 화면 적용하기 (0) | 2022.01.23 |
댓글