본문 바로가기

Android Studio

(Android Studio) 오레오 8.0 판올림 예상 삽질

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

build.gradle (project)


에서 


  dependencies {

    classpath 'com.android.tools.build:gradle:1.5.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

1.5.0 변경이 필요한데 잘 되지 않고 아래와 같이


minimum supported gradle version is 4.1 이런것 나오면 아래 시도해보기

==========================


File - Settings - build... 2.8을 4.1 로변경


출처 : http://blog.naver.com/PostView.nhn?blogId=snowheeee&logNo=220954721569&beginTime=0&jumpingVid=&from=search&redirect=Log&widgetTypeCall=true


======================================================

또는

앱 > gradle/wrapper 경로에서

gradle-wrapper.properties

파일 에디터(메모장) 열고 

distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip

이걸

4.1로 변경