我的错误 "unexpected element <queries> found in <manifest>",如何解决?

I the error "unexpected element <queries> found in <manifest>", how to fix it?

this is the screenshot

play-services-ads-lite-19.6.0/AndroidManifest.xml:27:5-38:15: AAPT: error: unexpected element <queries> found in <manifest>.

这是错误。

2 天前,我在 Android Studio 4.1.1 上也遇到了同样的问题。 我通过升级构建 gradle 版本解决了这个问题。

  • 项目 build.gradle 文件中的先前设置是:
    classpath("com.android.tools.build:gradle:3.5.3")
    
  • 当前设置:
    classpath("com.android.tools.build:gradle:3.5.4")
    

问题立即解决。 :)