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
reference-v7:25.+'
compile 'com.android.support:design:25.+'
// outros
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.google.android.gms
lay-services-ads-lite:11.8.0'
//11.8.0
//api 'com.scottyab:secure-preferences-lib:0.1.7'
//compile 'com.google.android.gms
lay-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')
}
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
reference-v7:25.+'compile 'com.android.support:design:25.+'
// outros
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.google.android.gms
lay-services-ads-lite:11.8.0'//11.8.0
//api 'com.scottyab:secure-preferences-lib:0.1.7'
//compile 'com.google.android.gms
lay-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')
}