Open mumin16 opened 8 months ago
I found a few problems with this issue:
Edit: you can work around the issue by following this stack overflow: https://stackoverflow.com/a/78086604/972311
The fix is here: https://stackoverflow.com/a/78086604/972311
This is not a fix, Its a workaround.
@ytheekshana thanks for pointing that out, I should be more precise with my language. The stackoverflow post is a workaround and the root cause should still be fixed. I edited my post to reflect that
The fix is here: https://stackoverflow.com/a/78086604/972311
This is not a fix, Its a workaround.
I had the same problem after upgrading to AGP 8.3.0
https://issuetracker.google.com/issues/327696048 It's been reported but still no solution
I had same issue. but fixed by adding the following lines in manifest
`<manifest ...
<application
...
<property
android:name="android.adservices.AD_SERVICES_CONFIG"
android:resource="@xml/gma_ad_services_config"
tools:replace="android:resource" />
...
</application>
...
`
I had same issue. but fixed by adding the following lines in manifest
`<manifest ...
<application ... <property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" tools:replace="android:resource" /> ... </application> ...
`
This will fix the error. Thanks mdthansil
I had same issue. but fixed by adding the following lines in manifest
`<manifest ...
<application ... <property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" tools:replace="android:resource" /> ... </application> ...
From where should this @xml/gma_ad_services_config
come from ?
Manifest merger failed : Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/gma_ad_services_config) from [com.google.android.gms:play-services-ads-lite:22.6.0] AndroidManifest.xml:92:13-59 is also present at [com.google.android.gms:play-services-measurement-api:21.5.0] AndroidManifest.xml:32:13-58 value=(@xml/ga_ad_services_config). Suggestion: add 'tools:replace="android:resource"' to element at AndroidManifest.xml to override.