After upgraded to play-services-ads:24.0.0
implementation 'com.google.android.gms:play-services-ads:23.6.0'
implementation 'com.google.android.gms:play-services-ads:24.0.0'
Then got error when building project
AAPT: error: resource xml/gma_ad_services_config (akacom.test.test:xml/gma_ad_services_config) not found.
Any idea for that?
This worked for me:
remove/comment the following part from your manifest
<!--
<property
android:name="android.adservices.AD_SERVICES_CONFIG"
android:resource="@xml/gma_ad_services_config"
tools:replace="android:resource" />
-->
upgrade to play-services-ads:24.0.0 in your build.gradle
sync/build