Closed SimonTheMachine closed 10 months ago
Googling your error Failed to transform core-for-system-modules.jar
, See here
I figured out what the problem was. I just had to follow this guide: https://reactnative.dev/docs/environment-setup?os=macos&platform=android
Super
Your Environment
react-native -v
): 0.73.1I also have java version "21.0.1" 2023-10-17 LTS Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29) Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
Expected Behavior
When running npm run android, it should build and compile the project for android
Actual Behavior
Building crashes omitting the error:
Steps to Reproduce
1. 2. 3. 4.
Context
My android/build.gradle
My android/app/build.gradle
Debug logs