-
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
Task :app:processDebugAndroidTestManifest FAILED Error for Android Build with Detox #4082
Comments
The debug build has failed, in most of the cases it has nothing to do with Detox itself. |
I am having the same issue, anyone has any solution? |
@asafkorem Yes, this is with 0.71.8 React-native. However on downgrading to Detox v19, I was getting a different error for react-native-mmkv-storage which I was able to resolve by putting a local patch on the package |
@abajajct can you share the patch that you used to solve this issue ? |
@elioteloi I am RN 0.71.7 and Detox 19.2 The error I see is
Fixed it by patching the build.gradle file of react-native-mmkv-storage package's adroid.default.defaultConfig by adding the below to excludes array |
Duplicate of #3867 |
What happened?
When I run the detox build command for android I get the below error
What was the expected behaviour?
No response
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.9
React Native version: 0.71.8
Has Fabric (React Native's new rendering system) enabled: (yes/no) no
Node version: 16.20.0
Device model: Emulator
Android version:
Test-runner (select one): jest / other jest
Detox logs
Detox logs
N/A
The text was updated successfully, but these errors were encountered: