🔒 Closed Help mga idol about admob/build.gradle setup

Status
Not open for further replies.

Automatikick

Forum Guru
mga tol. paano to i configure para supported na yung app ng admob ads?
You do not have permission to view the full content of this post. Log in or register now.

eto naman laman ng build.gradle ko
nailagay ko na sa android.manifest etc yung mga adsunit.
kagabe but tillnow not showing ung ads.
matagal ko na nagawa admob account ko almost 4months ago.

baka dito sa build.gradle may kulang. pahelp naman sa mga master jan.
apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "ws.tunnel.dev"
minSdkVersion 24
targetSdkVersion 24
versionCode 28
versionName "2.0"
//multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
//api 'com.android.support:multidex:1.0.3'
//api fileTree(dir: 'libs', include: ['*.jar'])
/*api ('android.arch.core:runtime:+') {
force = true
}*/
// support libs
compile 'com.android.support:appcompat-v7:25.+'
compile 'com.android.support:preference-v7:25.+'
compile 'com.android.support:design:25.+'
// outros
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.google.android.gms:play-services-ads-lite:11.8.0'
//11.8.0
//api 'com.scottyab:secure-preferences-lib:0.1.7'
//compile 'com.google.android.gms:play-services-ads-lite:15.0.1'
//compile 'com.flurry.android:analytics:12.3.0'
//api 'com.flurry.android:analytics:12.1.0'
//api 'com.android.support:multidex:1.0.3'
compile project(':service')
compile project(':style')
}
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 317
    Views
  • 1
    Participants
Last reply from:
Automatikick

Trending Topics

Online now

Members online
1,217
Guests online
3,319
Total visitors
4,536

Forum statistics

Threads
2,305,797
Posts
29,167,895
Members
1,195,454
Latest member
goodman777
Back
Top