android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Manifest merger failed with Auth lib 2.0.2

Open gajicm93 opened this issue 2 years ago • 1 comments

Issue found on 7/7/22.

SDK Version: Auth 2.0.2

OS Version: /

Scope(s): /

Steps to reproduce:

  1. Include Auth lib 2.0.2
  2. Try to build app

Expected behaviour:

App builds normally.

Actual behaviour:

> Task :app:processStagingDebugMainManifest FAILED
/Users/markogajic/AndroidStudioProjects/unifi/app/src/main/AndroidManifest.xml Error:
	Attribute data@host at AndroidManifest.xml requires a placeholder substitution but no value for <redirectHostName> is provided.
/Users/markogajic/AndroidStudioProjects/unifi/app/src/main/AndroidManifest.xml Error:
	Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <redirectSchemeName> is provided.

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.


Execution failed for task ':app:processStagingDebugMainManifest'.
> Manifest merger failed with multiple errors, see logs

gajicm93 avatar Jul 07 '22 14:07 gajicm93