You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys hope someone could help regarding the error I've been facing for several days and I've already tried different type of solution found on the internet but i encounter new errors. So I've started creating a new project and copying my files to the new project. but still facing the same error.
:expo-dev-menu:generateDebugLintModel
Task :expo-dev-menu:generateDebugLintModel FAILED
FAILURE: Build failed with an exception.
What went wrong:
A problem was found with the configuration of task ':expo-dev-menu:generateDebugLintModel' (type 'LintModelWriterTask').
Gradle detected a problem with the following location: '/Users/[user-name]/Desktop/Projects/dtrack-app/node_modules/expo-dev-menu/android/src/debug/assets'.
Reason: Task ':expo-dev-menu:generateDebugLintModel' uses this output of task ':expo-dev-menu:copyAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
Declare task ':expo-dev-menu:copyAssets' as an input of ':expo-dev-menu:generateDebugLintModel'.
Declare an explicit dependency on ':expo-dev-menu:copyAssets' from ':expo-dev-menu:generateDebugLintModel' using Task#dependsOn.
Declare an explicit dependency on ':expo-dev-menu:copyAssets' from ':expo-dev-menu:generateDebugLintModel' using Task#mustRunAfter.
Currently using the new Architecture SDK 52
using react native 0.77
What was the expected behaviour?
this happened when i execute "./gradlew build". But when i run the project "npm run dev" or "npx expo run:android" I'm trying to run it using the gradlew because i always get error everytime i build it using the "eas build" script I'm almost consume my free monthly build for eas but still getting error when building it.
Was it tested on latest Detox?
I have tested this issue on the latest Detox release and it still reproduces.
What happened?
Hi guys hope someone could help regarding the error I've been facing for several days and I've already tried different type of solution found on the internet but i encounter new errors. So I've started creating a new project and copying my files to the new project. but still facing the same error.
:expo-dev-menu:generateDebugLintModel
FAILURE: Build failed with an exception.
A problem was found with the configuration of task ':expo-dev-menu:generateDebugLintModel' (type 'LintModelWriterTask').
Gradle detected a problem with the following location: '/Users/[user-name]/Desktop/Projects/dtrack-app/node_modules/expo-dev-menu/android/src/debug/assets'.
Reason: Task ':expo-dev-menu:generateDebugLintModel' uses this output of task ':expo-dev-menu:copyAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
For more information, please refer to https://docs.gradle.org/8.10.2/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.
Currently using the new Architecture SDK 52
using react native 0.77
What was the expected behaviour?
this happened when i execute "./gradlew build". But when i run the project "npm run dev" or "npx expo run:android" I'm trying to run it using the gradlew because i always get error everytime i build it using the "eas build" script I'm almost consume my free monthly build for eas but still getting error when building it.
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:
React Native version: 52
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Device model:
Android version:
Test-runner (select one): jest / other
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: