Integrate
0. ์ต์ ADX Android SDK ๋ฒ์
Version 2.7.3
Release Date : 2025/02/28
1. ์ต์ ์ง์ ์ฌ์
minSdkVersion 21 ์ด์
compileSdkVersion 34 ์ด์
2. ADX Android SDK ์ถ๊ฐ
ADX Android SDK ์ ๋ฐ์ดํธ ์ํฉ์ ๋ฐ๋ผ ์๋ ๋ด์ฉ์ด ๋ณ๊ฒฝ๋ ์ ์์ต๋๋ค.
1) ํ๋ก์ ํธ ๋จ build.gradle
ํ์ผ์ allprojects
์น์
์์ ์๋์ Repository๋ฅผ ์ถ๊ฐํฉ๋๋ค.
2) ๋ชจ๋ ๋จ build.gradle
ํ์ผ์ dependencies
์น์
์์ ์๋์ Dependency๋ฅผ ์ถ๊ฐํฉ๋๋ค.
3. Project Setting
Java 8 ์ธ์ด ๊ธฐ๋ฅ์ ์ง์ํ๋ ค๋ฉด ๋ชจ๋์
build.gradle
ํ์ผ์android
์น์ ์์compileOptions
์ ์ถ๊ฐํฉ๋๋ค.
4. AdMob APP ID์ค์
์ ๋๋ชน์ ์ฐ๋ํ์ง ์๋ ๊ฒฝ์ฐ ํด๋น ๋ถ๋ถ์ ๊ฑด๋๋์๋ ๋ฉ๋๋ค.
AndroidManifest.xml
ํ์ผ์<meta-data>
ํ๊ทธ์"com.google.android.gms.ads.APPLICATIONID"
์ ๋ฐ๊ธ๋ ์ ๋๋ชน์ APP ID๋ฅผ ์ถ๊ฐํฉ๋๋ค.
<meta-data>
ํ๊ทธ๋ฅผ ์ถ๊ฐํ์ง ์์ผ๋ฉด ๋ค์ ๋ฉ์์ง๊ฐ ํ์๋๋ฉฐ ์ฑ์ด ๋น์ ์ ์ข
๋ฃ๋ฉ๋๋ค.The Google Mobile Ads SDK was initialized incorrectly.
Last updated
Was this helpful?