When building an android application which uses extension-admob and extension-firebase-analytics the job fails to merge their android manifest.
Although this is specific extensions, I thought this problem should be addressed in the defold tooling as a whole, so i'm opening the issue here.
To Reproduce (REQUIRED)
Steps to reproduce the behavior:
- Just add admob and extension-firebase-analytics to a project and it will not build due to android manifest conflict.
Defold version (REQUIRED):
Platforms (REQUIRED):
-Android
** Engine Log: **
SEVERE: /tmp/job4531953598647135356/upload/AndroidManifest.xml:32:13-58 Error: Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from AndroidManifest.xml:32:13-58 is also present at AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config). Suggestion: add 'tools:replace="android:resource"' to <property> element at AndroidManifest.xml to override.
When building an android application which uses extension-admob and extension-firebase-analytics the job fails to merge their android manifest.
Although this is specific extensions, I thought this problem should be addressed in the defold tooling as a whole, so i'm opening the issue here.
To Reproduce (REQUIRED)
Steps to reproduce the behavior:
Defold version (REQUIRED):
Platforms (REQUIRED):
-Android
** Engine Log: **
SEVERE: /tmp/job4531953598647135356/upload/AndroidManifest.xml:32:13-58 Error: Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from AndroidManifest.xml:32:13-58 is also present at AndroidManifest.xml:92:13-59 value=(@xml/gma_ad_services_config). Suggestion: add 'tools:replace="android:resource"' to <property> element at AndroidManifest.xml to override.