I want to insert interstitial ad in Android Studio. All the confusion started when I came to know that we need the below line for inserting ads
compile 'com.google.android.gms:play-services:8.4.0'
(I Don't know where google guys came up with that number. Not sure how to find that number)
Now, I have no idea what the below configuration should be for my project
compileSdkVersion 23
buildToolsVersion '23.0.2'
I tried all versions from 21 onwards but I end up with some error when I sync gradle
Can anyone please point me what exactly are the step by step configurations I need to set up my interstitial ad. I don't want interstitial code. I want setup instructions to make interstitial ad work.
I have gone through google without much help Please help !
Thanks!
changing compileSdkVersion to 23 solved it.