개발(Android)/issues

[Android Studio] Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '202.7660.26.42.7351085', please retry with version 2021.1.1 or newer.

shinyelee 2022. 2. 14. 09:26

[안드로이드 스튜디오] 프로젝트 버전 또는 그래들 버전 충돌

문제

안드로이드 스튜디오 강의와 버전을 맞추기 위해 최신 버전을 삭제하고 이전 버전으로 깔았더니 뭔가 잘못됐다

Gradle sync failed: Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '202.7660.26.42.7351085', please retry with version 2021.1.1 or newer. (16 s 319 ms)

Android Studio is using the following JDK location when running Gradle:
C:\Program Files\Android\Android Studio\jre
Using different JDK locations on different processes might cause Gradle to
spawn multiple daemons, for example, by executing Gradle tasks from a terminal
while using Android Studio.
More info...
Select a JDK from the File System
Do not show this warning again

구글링해보니 대부분 해결책으로 안드로이드 스튜디오를 업그레이드하라고 한다. 킹치만 나는 이전 버전 강의를 들어야 하는 걸

Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '202.7660.26.42.7351085', please retry with version 2021.1.1 or newer.

해결 방법 (1) 그래들 버전 맞추기

File에서 Project Structure...로
Android Gradle Plugin Version과 Gradle Version을 맞춘 후 Apply
OK


해결 방법 (2) 프로젝트 신규 생성 또는 안드로이드 스튜디오 다른 버전 재설치

새로운 오류가 뜬다... 설치/삭제와 버전 변경을 반복하는 과정에서 기존 프로젝트를 불러올 때 문제가 생긴 것.
어쩔 수 없이 프로젝트를 새로 만들었다. 다행히 새 프로젝트에서는 에러가 뜨지 않는다.


참고

 

Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) error

I'm trying to open this github project: https://github.com/tytydraco/ladb I downloaded the latest version of Android Studio and tried to open the file location but I keep getting this error. Two er...

stackoverflow.com

 

Gradle Version Downgrade

안드로이드 멀티 모듈 프로그래밍을 하다가 얘기치 못한 문제를 마주하게 되어 gradle version을 downgrade하기로 결정했다. (6.0 에서 5.6.4로 다운그레이드) 1. File -> Project Structure -> Project 탭에서 Gr..

flymogi.tistory.com

 

Android Gradle 플러그인 출시 노트  |  Android 개발자  |  Android Developers

Android 스튜디오 빌드 시스템은 Gradle을 기반으로 하며 Android Gradle 플러그인에는 Android 앱을 빌드하는 데 사용하는 몇 가지 추가 기능이 있습니다.

developer.android.com

반응형