apply plugin: \'com.android.application\'
android {
compileSdkVersion 28
defaultConfig {
applicationId \"com.kaiboon0216gmail.homeownerstarterkit\"
Go to Admob - Select App - App Setting - App ID copy the value from App ID
Now add this (change this android:value="paste the App ID value you copy from your admob app" )
meta-data into AndroidManifest.xml file
No need to add anything in APPLICATION_ID from android:name="com.google.android.gms.ads.APPLICATION_ID"
This will work!
See the picture below for clear understanding