We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm running detox test -c android.emu.release and getting an error:
detox test -c android.emu.release
With debug, it run success, the file app-debug-androidTest.apk is existing.
But release get that error. I don't know why the app-release-androidTest.apk does not generate, just have app-release.apk. Please help.
The text was updated successfully, but these errors were encountered:
I believe I had the same error before, as well as @levito but somehow running it again did work for us for some arbitrary reason 🤔
Sorry, something went wrong.
I updated the docs, please see if this solves your issue. 6dd205c
@rotemmiz Yeah, it run ok. Thank you very much @rotemmiz . Close this issue.
No branches or pull requests
I'm running
detox test -c android.emu.release
and getting an error:With debug, it run success, the file app-debug-androidTest.apk is existing.
But release get that error. I don't know why the app-release-androidTest.apk does not generate, just have app-release.apk. Please help.
The text was updated successfully, but these errors were encountered: