안드로이드 Generate Signed Bundle APK 빌드시에 The project is using an unsupported version of Gradle 오류
The project is using an unsupported version of Gradle.
Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)
Fix Gradle wrapper and re-import project
Open Gradle wrapper properties
Gradle settings
위의 오류가 나면 gradle 버젼이 낮아서 문제되는 것이리 gradle 버전을 올려주시면 됩니다
https://developer.android.com/studio/releases/gradle-plugin
위의 사이트에 가보면 플러그인 버전과 필요한 Gradle 버전이 나옵니다
왼쪽에 있는 플러그인 버전은 build.gradle파일에 대한 내용이고
오른쪽에 있는 필요한 Gradle 버젼은 gradle-wrapper.properties파일에 대한 내용입니다
'프론트엔드 > 안드로이드' 카테고리의 다른 글
Bundle 객체 내에 FSI PDI라는 보이지 않는 문자열 제거 방법 자바 안드로이드 (0) | 2019.12.08 |
---|---|
안드로이드 Generate Signed Bundle APK 빌드시에 Program type already present 오류에 대한 처리 (0) | 2019.11.30 |
안드로이드 Generate Signed Bundle APK 빌드시에 Signature Versions 옵션 조사 (0) | 2019.11.30 |
HttpURLConnection 405 에러 getResponseCode() 해결하는 방법 (0) | 2019.10.24 |
안드로이드 스튜디오에서 SQLilte DB 백업하기 확인하는 프로그램 설치 (0) | 2019.02.25 |