-
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
Can't build on android #957
Comments
You should be able to fix this by adding the following lines in your android/build.gradle file
|
We ended up having to push all the way to 28 in our
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
When I try to build our project with detox I get:
detox build works fine on ios. I also can build debug and production versions of our app with android studio, but as explained it fails when I do detox build for android.
Build used to work for us with detox 7.3 (but we couldn't run the tests, so I decided to give it a try again.)
The text was updated successfully, but these errors were encountered: