[React Native] 안드로이드 빌드 에러 - This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 20xx.x.x or newer.
2023. 3. 19. 21:51
Front-end/App
(React Native 뿐만 아니라 Native에서도 적용되는 에러이자 해결 방안입니다.) This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 20xx.x.x or newer. 해당 에러는 현재 사용 중인 Android Studio 지원 플러그인과 실행하려는 프로젝트의 세팅된 플러그인과 호환이 안되기 때문이다. 해결 방안은 Help탭에 "Check for Updates" 검색하여 Android Stduio의 버전을 업데이트하면 된다. 안드로이드 스튜디오는 Visual Studio Code와 같이 여러 프로그래밍 언어를 ..