출처
: https://stackoverflow.com/a/44209507
I've just had the same issue. Fixed it by changing Gradle distributionUrl in "gradle-wrapper.properties".
Here is what I have configured:
#Wed Mar 22 16:13:58 BRT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
for more details
Offical video to help migaration https://www.youtube.com/watch?v=oBsbI8ICYKg
'IT_Programming > Dev Tools' 카테고리의 다른 글
[펌][안드로이드] New Code Shrinker - R8 (0) | 2018.11.16 |
---|---|
[펌] Android Weekly #281 : Migrate to Android Plugin for Gradle 3.0.0 (0) | 2017.12.11 |
[펌] 쉘 스크립트를 만드는 당신, ShellCheck을 써라! (0) | 2017.05.19 |
[Android Studio] 이클립스에서의 Formatter -> Android Studio 적용하기 (0) | 2016.09.09 |
Android Gradle Build Setting 정리 (0) | 2016.08.12 |