question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Followed instructions for adding Android, I get the following error when building in Android Studio:

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <tipsiStripeRedirectScheme> is provided.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
isnifercommented, Dec 22, 2017

Fixed in 4.5.4 tipsiStripeRedirectScheme is not required anymore

1reaction
kylealwyncommented, Dec 12, 2017

No matter where I put manifestPlaceholders in build.gradle, still getting this error. I’ve tried defaultConfig, buildTypes and productFlavors. Cleaned, rebuilt, uninstalled and reinstalled countless times

Current config:

    defaultConfig {
        applicationId "co.myapp"
        minSdkVersion 19
        targetSdkVersion 26
        versionCode 6
        versionName "1.2.1"
        multiDexEnabled true
        
        manifestPlaceholders = [
                tipsiStripeRedirectScheme: "scheeeme"
        ]
        
        ndk {
            abiFilters "armeabi-v7a", "x86"
        }
    }

Current Output:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':tipsi-stripe:processDebugAndroidTestManifest'.
> Manifest merger failed : Attribute data@scheme at manifestMerger2118535579845422616.xml requires a placeholder substitution but no value for <tipsiStripeRedirectScheme> is provided.

Android Studio 3.0.1 Gradle 4.3

Read more comments on GitHub >

github_iconTop Results From Across the Web

When is an error a manifest error? - Stephenson Harwood
manifest error was defined as “oversights and blunders so obvious and obviously capable of affecting the determination as to admit of no ......
Read more >
"Howlers" and the Meaning of "Manifest Error" | HUB | K&L Gates
It was undisputed that a “manifest error” is one which must be “obvious or easily demonstrable without extensive investigation” (per Lord ...
Read more >
Manifest Error Law and Legal Definition | USLegal, Inc.
Manifest error is an error that is obvious and indisputable, that warrants reversal on appeal. It is an indisputable error of judgment in...
Read more >
Manifest Error Definition: 562 Samples | Law Insider
Manifest Error means an act or failure to act that is, or clearly has caused, a mistake. Sample 1Sample 2Sample 3.
Read more >
Manifest error: how obvious must it be? - Quick reads - Gateley
a 'manifest error' is one that is “obvious or easily demonstrable without extensive investigation”. “for a party to rely on a manifest error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found