today:
12
yesterday:
154
Total:
998,865

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 213
7 Image Center admin 2017.07.21 222
» AdMob - Import the Mobile Ads SDK admin 2017.07.21 195
5 Import the Mobile Ads SDK admin 2017.07.21 1048
4 Add AdView to the layout admin 2017.07.21 1574
3 Load an ad admin 2017.07.21 997
2 Android Application Development admin 2017.07.28 872
1 Website icon admin 2017.09.16 925