Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Algorithm
- 분할정복
- 개발
- 안드로이드스튜디오
- 백준
- 안드로이드
- 알고리즘
- 코딩테스트
- 동적계획법과최단거리역추적
- AndroidStudio
- DART
- DFS
- 동적계획법
- Vue
- 코드품앗이
- Flutter
- vuejs
- django
- issue
- android
- Python
- DFS와BFS
- BAEKJOON
- C++
- 파이썬
- cos pro
- 코테
- cos
- codingtest
- cos pro 1급
Archives
- Today
- Total
Development Artist
[Android Studio, Issue] Minimum supported Gradle version is 6.5. 본문
TroubleShooting/Android Issue
[Android Studio, Issue] Minimum supported Gradle version is 6.5.
JMcunst 2021. 4. 30. 13:56728x90
반응형
이슈
해결
일반적인 해결 방법
1. https://services.gradle.org/distributions/ 에 들어가 최소 지원 버전 이상의 것을 다운 받는다.
2. 좌측 프로젝트의 Gradle Script - gradle-wrapper.properties 파일 - 제일 아랫줄에 distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip과 같이 써주는 것. 6.5-all은 예시이고 다운 받은 버전의 zip이름을 써주면 된다.
나의 해결 방법
1. 일단 Gradle Script 폴더가 없다. 다만, gradle 폴더가 있다. 빈 폴더였다.
2. gradle 폴더 아래 wrapper 폴더를 만들고, new-resuorce bundle-이름을 gradle-wrapper로 하고 ok
3. 사진과 같이 코드를 작성한다.
원인
(내용 추후 보강)
피드백은 언제나 환영이다!
728x90
반응형
'TroubleShooting > Android Issue' 카테고리의 다른 글
[Android, Concept] Sdkversion (compile, min, max, target, buildtoolsversion) (0) | 2021.05.08 |
---|---|
[Android Studio, Issue] The project is not a Gradle-based project (0) | 2021.05.07 |
[Android Studio, Issue] IDE Internal Error Occurred (0) | 2021.05.06 |
[Android Studio, Issue] Cannot start compilation : Output path is not specified (0) | 2021.05.02 |
[Android Studio, Issue] Frameworks Detected (0) | 2021.04.29 |
Comments