Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction #739

Open
Kadir-flipcause opened this issue Jun 21, 2024 · 8 comments

Comments

@Kadir-flipcause
Copy link

Kadir-flipcause commented Jun 21, 2024

Getting the solution from : #653
to solve the error Failed to transform jackson-core-2.16.1.jar according to https://github.com/stripe/stripe-terminal-react-native/issues/653#issuecomment-2030956397

changed android.enableJetifier = true from android.enableJetifier = false
and after this change getting this error

Screenshots
image

React Native SDK version
buildToolsVersion = "34.0.0"
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 31
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"

    "@stripe/stripe-terminal-react-native": "^0.0.1-beta.19",
    "react-native": "0.74.0",
  • Device: android
@Kadir-flipcause
Copy link
Author

Hello @nazli-stripe can you please help on this facing this from last 7 days please check and respond as soon as possible

@Kadir-flipcause
Copy link
Author

Hi any update on this

@ebarrenechea-stripe
Copy link

@Kadir-flipcause you might need to add a packaging block to your build.gradle.kts file to address the duplicates.

packaging {
        resources {
            pickFirsts += "org/bouncycastle/x509/CertPathReviewerMessages_de.properties"
        }
    }

@nazli-stripe
Copy link
Collaborator

@Kadir-flipcause is this issue resolved?

@Kadir-flipcause
Copy link
Author

Kadir-flipcause commented Sep 18, 2024

@Kadir-flipcause is this issue resolved?

yes @nazli-stripe this issue is resolved thanks for your response but want to ask you something why tap to pay is not working during first installation on device when we kill the app and run it again then the pop for location is working

can you please help me on this

@nazli-stripe
Copy link
Collaborator

@Kadir-flipcause what version are you on?

@Kadir-flipcause
Copy link
Author

@Kadir-flipcause what version are you on?

currently I'm using "@stripe/stripe-terminal-react-native": "^0.0.1-beta.19"

@nazli-stripe
Copy link
Collaborator

@Kadir-flipcause can you upgrade to beta.21 and report back? We released a fix for how we handle connection tokens that cause an issue for connections on first run of the app, that sounds similar to what you are describing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants