#juanvarela_79078

1 messages · Page 1 of 1 (latest)

zinc lanceBOT
untold basalt
#

Hello! What errors are you seeing?

runic tiger
#

Task :app:mergeDebugJavaResource FAILED

FAILURE: Build failed with an exception.

untold basalt
#

Are there any more details?

#

Maybe in the build logs?

runic tiger
#

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

untold basalt
#

Seems like there's a conflict with jetified-bcprov-jdk15to18-1.69.jar. Is that something you added to the project?

runic tiger
#

might be included in any of the packages I'm managing, but I have to few things

untold basalt
#

Are you using an older version?

runic tiger
#

"@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?

untold basalt
#

I don't know. What errors are you seeing now?

runic tiger
#

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".

untold basalt
runic tiger
#

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

untold basalt
#

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.

runic tiger
#

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?

untold basalt
#

I am not sure.

runic tiger
#

thanks!