AAPT:错误:在 <manifest><application> 中找到意外元素 <property>

Phy*_*ies 8 xml android android-manifest android-studio

我收到错误

\n
AAPT: error: unexpected element <property> found in <manifest><application> \n
Run Code Online (Sandbox Code Playgroud)\n

在文件中

\n
(MyUser)\\.gradle\\caches\\transforms-2\\files-2.1\\f8eb949f3b3f333139f5fde4ce67e9c7\\jetified-play-services-ads-lite-22.4.0\\AndroidManifest.xml:82:9-84:62 \n
Run Code Online (Sandbox Code Playgroud)\n

来自街区

\n
<property\n    android:name="android.adservices.AD_SERVICES_CONFIG"\n    android:resource="@xml/gma_ad_services_config" />\n
Run Code Online (Sandbox Code Playgroud)\n

当尝试重建我的 android studio 项目时。谢谢您的帮助。

\n

由于文件受到保护,我还没有尝试过\xc2\xb4t。

\n

Nik*_*lai 2

我在将 Google Admob 从 22.1 更新到 22.6 的项目中遇到了这个问题。切换回22.1解决了这个问题。也许 22.1 和 22.6 之间的版本也可以。