today:
8
yesterday:
1,189
Total:
1,007,388

AdMob - Import the Mobile Ads SDK

admin 2017.07.21 01:57 Views : 197

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 217
7 Image Center admin 2017.07.21 226
» AdMob - Import the Mobile Ads SDK admin 2017.07.21 197
5 Import the Mobile Ads SDK admin 2017.07.21 1094
4 Add AdView to the layout admin 2017.07.21 1617
3 Load an ad admin 2017.07.21 1143
2 Android Application Development admin 2017.07.28 917
1 Website icon admin 2017.09.16 966