浏览代码

Update android-faq.md

Björn Ritzl 11 月之前
父节点
当前提交
cf1baf8041
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      docs/en/shared/android-faq.md

+ 6 - 1
docs/en/shared/android-faq.md

@@ -19,7 +19,12 @@ Success
 A: This can happen when two or more extensions provide an Android Manifest stub containing the same property tag but with different values. This has for instance happened with Firebase and AdMob. The build error looks similar to this:
 
 ```
-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. 
+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. 
 ```
 
 You can read more about the issue and the workaround in reported Defold issue [#9453](https://github.com/defold/defold/issues/9453#issuecomment-2367367269) and Google issue [#327696048](https://issuetracker.google.com/issues/327696048?pli=1).