spotify / android-sdk

Spotify SDK for Android
https://developer.spotify.com/documentation/android/
Apache License 2.0
454 stars 117 forks source link

Manifest merger failed with Auth lib 2.0.2 #328

Open gajicm93 opened 1 year ago

gajicm93 commented 1 year ago

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
JoaoLucasKnight commented 1 month ago

Do you do ? How?