#juanvarela_79078
1 messages · Page 1 of 1 (latest)
Hello! What errors are you seeing?
Task :app:mergeDebugJavaResource FAILED
FAILURE: Build failed with an exception.
yes sure
I'm looking for them
Task :app:mergeDebugJavaResource FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:mergeDebugJavaResource'.
A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
2 files found with path 'org/bouncycastle/x509/CertPathReviewerMessages_de.properties' from inputs:
- /Users/juanvarela/.gradle/caches/transforms-3/bf3c263334d33ecef39d15113e9ace38/transformed/jetified-stripeterminal-localmobile-2.23.1/jars/classes.jar
- /Users/juanvarela/.gradle/caches/transforms-3/764ab0cc604ba5b0dba0deb2b1ecec73/transformed/jetified-bcprov-jdk15to18-1.69.jar
Adding a packagingOptions block may help, please refer to
https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
for more information
Seems like there's a conflict with jetified-bcprov-jdk15to18-1.69.jar. Is that something you added to the project?
might be included in any of the packages I'm managing, but I have to few things
Ah, here we go: https://github.com/stripe/stripe-android/issues/3333
Are you using an older version?
"@stripe/stripe-react-native": "0.28.0",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.13",
I'm using react native with expo
the solutions works for compiling but expo won't run the project
even eas managed build wont build the project :c do you think that dependency error is related to using both together, react-native-stripe n' react-native-stripe-terminal?
I don't know. What errors are you seeing now?
CommandError: Couldn't open Android app with activity "com.p_oneill.kobeol://expo-development-client/?url=http%3A%2F%2F192.168.1.7%3A8081" on device "Pixel_5_API_33".
That seems like an Expo issue... maybe this? https://github.com/expo/expo/issues/20775
yes, but the previous solution you offered me wont work at all because I wont be able to load any gradle file to the EAS whos in charge of building the app
Sorry, I don't think I can help much beyond what I suggested above. I'm not a React Native developer, and I have minimal experience with Expo. It sounds like this is an Expo issue, not a Stripe one. I can help with the Stripe side of things, but not so much the Expo side of things.
its ok, thanks
just to be sure, you are not sure if those two libraries have any dependency mixed that could lead to this right?
I am not sure.
thanks!