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
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the detox tag.
Feel free to post your Stack Overflow question here for more visibility. We'll take a look at it.
For issues with Expo apps, it is most likely not an issue with Detox itself, but with the Expo runtime or with incorrect Detox setup. For support on how to use Detox with Expo, you should contact the Expo team or the Expo community.
For more information on bots in this repository, read this discussion.
Following the setup provided by Detox on adding Android, the command below that builds detox works fine with no problems
Now for the setup on the Package.json file, I'm sure the directories are being provided correctly
For some reason running detox test doesn't work
detox test -c android.emu.debug
It throws the error message
I've noticed that on the first error message the directory being supplied by Detox is a mistake so I tried the following
binaryPath
of thePackage.json
file to a different oneassembleAndroidTest
andassembleDebug
gradle step directly in Android StudioBut to no avail I haven't been able to make it work, I'm currently lost.
Notes:
I've also asked this in StackOverflow on this question
The text was updated successfully, but these errors were encountered: