-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 problem was found with the configuration of task ':expo-constants:copyDebugExpoConfig' #4220
Comments
@talaikis , sorry, our Android guys are unavailable, so the best I can do for you at the moment is to involve ChatGPT. Please read its response and see if its blind guess is applicable to your 🤖 ChatGPT says: The error seems to be related to a misconfiguration between Gradle tasks in the 1. Diagnosing the Problem:The error message you provided gives valuable information about the problem:
It suggests that the task 2. Potential Solutions:The error message provides a few suggested solutions. Let's break each one down:
3. Applying the Fix:For the sake of reliability, we'll go with the second solution as it ensures a strict order of execution. To do this:
task packageReleaseAssets(type: SomeType) {
// ... existing configuration ...
dependsOn ':expo-constants:copyDebugExpoConfig'
} Replace
4. Permanent Fix:The above solution is a temporary fix since it directly modifies the code inside
I hope this helps! If the problem persists, feel free to share more details, and I'll be happy to assist further. |
upgrading expo constants to 14.5.0 as mentioned here: expo/expo#23457 fixed this for me. |
Hello, we have the same identical issue. |
@mauricedoepke
The installed expo version is @noomorph |
My workaround: At the end of
At the end of
For the workaround to survive each If encountering
create
and update
And that fixed the build for me. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
It is still prolem |
What happened?
./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release
for react-native 0.72 + expo 49:What was the expected behaviour?
Successful test build.
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.13.0
React Native version: 0.72.5
Has Fabric (React Native's new rendering system) enabled: no
Node version: 20.7.0
Device model: -
Android version: 33
Test-runner -
Detox logs
No response
Device logs
No response
More data, please!
No response
The text was updated successfully, but these errors were encountered: