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

Status
Not open for further replies.
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
  • 321
    Views
  • 1
    Participants
Last reply from:
Automatikick

Trending Topics

Online now

Members online
1,130
Guests online
3,251
Total visitors
4,381

Forum statistics

Threads
2,317,385
Posts
29,190,980
Members
1,181,394
Latest member
rhideaki2
Back
Top