Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <appAuthRedirectScheme> is provided.

android/app/build.gradle

defaultConfig {
+  manifestPlaceholders = [
+    appAuthRedirectScheme: 'xxx'
+  ]
}
posted @ 2021-09-06 19:42  guangzan  阅读(3018)  评论(0)    收藏  举报