-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Execution failed for task ':react-native-screens:compileDebugKotlin'. #2064
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
same error, fixed by add import at MainActivity.kt file
|
Hey @yantl0, would you mind posting whole stack trace so that we can see what exactly causes the error to happen? |
I can't do that as i'm using a manged expo environment |
the issue is specifically for the version of react native and react-native-screens mentioned above. |
To provide you with any help I would require you to provide me with any information about the error. All I know up to today is that you have some problems building application, no actual reproduction, no stacktrace, no insights. |
Today I also faced this problem. What I didn't do, nothing helped. |
I'm closing this ticket due to lacks described above. Ping me if the situation changes. |
this not work for me
any update for this issue? |
doing this ^^ plus implementing this last bit of native code in the instructions (my bad!) fixed it for me: https://github.com/software-mansion/react-native-screens?tab=readme-ov-file#android |
@sirusbaladi did you find a solution to this issue when using expo managed workflow? issue persists in |
Update
I had that update the
But this throw a new error when run android build:
I'll bring you news as soon as it's resolved |
@mateus-cazuza have you been able to resolve it? |
Description
When running eas build for android specifically I'm getting a build error in the gradlew.
I'm using managed expo.
I tried changing kotlin version to 1.6.21 and 1.8.0 but no success so far. here are my settings:
compileSdkVersion: 34,
targetSdkVersion: 34,
buildToolsVersion: "34.0.0",
kotlinVersikon: "1.6.21",
Detected multiple Kotlin daemon sessions at build/kotlin/sessions
Execution failed for task ':react-native-screens:compileDebugKotlin'.
Steps to reproduce
run eas build for android
Snack or a link to a repository
N/A
Screens version
"~3.20.0"
React Native version
0.71.14
Platforms
Android
JavaScript runtime
None
Workflow
Expo managed workflow
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: