


Hi,
Thank you for contacting the Mobile Ads SDK support team.
By reviewing your concern, I understand that you are facing an “unexpected element <property> found in <manifest>” error while implementing the Mobile Ads SDK in your android application.it appears that the issue is nothing related to Mobile Ads SDK. Can you please confirm whether you are able to reproduce the same error in google sample project.![]() |
Mobile Ads SDK Team |
Hi,
Thank you for getting back to us.
Upon reviewing your concern you are facing an issue with dependencies. Please follow the below steps:
To integrate Google Mobile Ads SDK to add the below dependency
dependencies
{
implementation 'com.google.android.gms:play-services-ads:22.4.0'
}
Please follow this link for a sample project.
To integrate Google Mobile Ads Lite SDK to add the below dependency
dependencies
{
implementation 'com.google.android.gms:play-services-ads-lite:22.4.0'
}
The Google Mobile Ads Lite SDK is a lightweight version of the Google Mobile Ads SDK, using the Lite SDK decreases the total number of methods referenced in an app.
Please reach out to us, if you need any further assistance.