-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
Hello @nazli-stripe can you please help on this facing this from last 7 days please check and respond as soon as possible |
Hi any update on this |
@Kadir-flipcause you might need to add a
|
@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 |
@Kadir-flipcause what version are you on? |
currently I'm using "@stripe/stripe-terminal-react-native": "^0.0.1-beta.19" |
@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 |
hi @nazli-stripe thanks for your response as you mentioned now its working at initial installation thanks for your help |
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](https://private-user-images.githubusercontent.com/165893347/341666071-b436fa6d-ff22-4954-bd43-adccdc1c43f7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQ2NjIsIm5iZiI6MTczODk0NDM2MiwicGF0aCI6Ii8xNjU4OTMzNDcvMzQxNjY2MDcxLWI0MzZmYTZkLWZmMjItNDk1NC1iZDQzLWFkY2NkYzFjNDNmNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjA2MDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hZWRiNDk0ZjZhMDUyMDhhMzhmOTQ4NTM4ZGY2N2NjNTUzY2Y0NTEyNTdlYjRlMGY5ZTdiNDk2ZjNkM2YxYWQ5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sAXxJQx-GE5XtVp1J824kv-Cg7J-zxl_c6KgNVyZgkA)
React Native SDK version
buildToolsVersion = "34.0.0"
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 31
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
The text was updated successfully, but these errors were encountered: