| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- code 세팅
 - visual studio code
 - Emmet
 - currentTimeMillis
 - code 설치
 - Path Alias
 - GitLab Mirroring
 - eslint-import-resolver-typescript
 - 프리티어
 - gitlab 연동
 - 초대장
 - settings sync
 - code .
 - GitHub Mirroring
 - GitHub 미러링
 - GitLab미러링
 - 티스토리초대
 - 니돈내먹
 - webstorm
 - 네이버 클라우드 플랫폼
 - 티스토리 초대장
 - 실행시간 측정
 - visual studio code cli
 - 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
 - react native #gradle
 - React Native
 - 티스토리 초대장/ 티스토리초대
 - '티스토리 초대장/ 티스토리초대'
 - 유니옥션
 - 음료같은녹즙
 
													Archives
													
											
												
												- Today
 
- Total
 
방치하기
React-Native init 생성후 Gradle 버전 문제 본문
반응형
    
    
    
  상황
React-Native init 해서 기본 프로젝트만 구성한 상태
에러 문구
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.
해결방법
- intelli J 버전을 업데이트 한다.
 - 내가 사용하고 있는 Intelli J의 버전은 2020.3 이였다.

 - Gradle 버전을 수정한다.
classpath("com.android.tools.build:gradle:4.0.1") - build.gradle 에서 dependecy 의 버전을 수정한다. 4.2 보다 낮은 버전으로 변경. intelliJ 나 Andorid Studio 별로 gradle 버전 확인해서 바꾸면 된다.
 
반응형
    
    
    
  '프로그래밍 > React Native' 카테고리의 다른 글
| Expo 절대 경로 설정하기 (Path Alias) (0) | 2022.01.16 | 
|---|
			  Comments