today:
79
yesterday:
177
Total:
1,000,996

AdMob - Import the Mobile Ads SDK

admin 2017.07.21 01:57 Views : 195

Apps can import the Google Mobile Ads SDK with a Gradle dependency. Open the app-level build.gradle file for your app, and look for a "dependencies" section.

dependencies {
    compile fileTree
(dir: 'libs', include: ['*.jar'])
    compile
'com.android.support:appcompat-v7:25.3.1'
   
compile 'com.google.android.gms:play-services-ads:11.0.0'
}


No. Subject Author Date Views
8 US1800s admin 2017.07.03 214
7 Image Center admin 2017.07.21 223
» AdMob - Import the Mobile Ads SDK admin 2017.07.21 195
5 Import the Mobile Ads SDK admin 2017.07.21 1070
4 Add AdView to the layout admin 2017.07.21 1597
3 Load an ad admin 2017.07.21 1019
2 Android Application Development admin 2017.07.28 896
1 Website icon admin 2017.09.16 944