전면광고 (1) 썸네일형 리스트형 안드로이드 전면광고 넣기 1. build.gradle(app) 에 Dependency 추가 implementation 'com.google.android.gms:play-services-ads:19.1.0' 추가합니다. version은 환경에 맞는 절당한 것을 선택합니다. 현재 최신 version은 19.7.0입니다. dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.12' andro.. 이전 1 다음