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로 변경
'Android Studio' 카테고리의 다른 글
(Android Studio) aapt.exe 오류 해결방법 (0) | 2018.08.11 |
---|---|
(Android Studio) This app has been built with an incorrect configuration. 해결법 (0) | 2018.07.21 |
(Android Studio) 오레오 대응 수정(삽질) (0) | 2018.05.26 |
(Android Studio) this view is not constrained (생성 시) (0) | 2017.10.11 |
(Android Studio) 상태바 색상 바꾸기 (0) | 2017.06.25 |