小编hyu*_*yoo的帖子

修复警告 activity#com.google.firebase.auth.internal.FederatedSignInActivity@android:launchMode 在 AndroidManifest.xml:24 中被标记

我在构建 Android 应用程序时收到来自编译器的警告。

activity com.google.firebase.auth.internal.FederatedSignInActivity@android:launchMode 
was tagged at AndroidManifest.xml:24 to replace other declarations but no other declaration present
Run Code Online (Sandbox Code Playgroud)

这是我目前对 firebase 的依赖。

implementation 'com.google.firebase:firebase-core:17.2.1'
implementation 'com.google.firebase:firebase-analytics:17.2.1'
implementation 'com.google.firebase:firebase-auth:19.2.0'
implementation 'com.google.firebase:firebase-config:19.0.3'
implementation 'com.google.firebase:firebase-messaging:20.0.1'
Run Code Online (Sandbox Code Playgroud)

你知道如何修复警告吗?

android android-manifest firebase android-gradle-plugin

8
推荐指数
1
解决办法
5219
查看次数