-
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
App is installed on the android emulator but unable to launch and app run the test cases - Detox 7.3.4 #695
Comments
@DVLNarayana just wondering, what makes you think RN 0.55.3 is supported? Last time I checked it wasn't. |
@vonovak Where can we check the supported versions? |
Could you create a public GitHub repository that reproduces your error and link it here, please? |
@DVLNarayana, I don't know if this is your issue, but I was stuck at this exact error for a day or two and what got me to move past it was to rename the folder I was using for the detox test from src/test/com/xxx/DetoxTest.java to src/testAndroid/com/xxx/DetoxTest.java |
Same issue here. I've tried src/testAndroid/com/xxx/DetoxTest.java with no joy. |
AFAIK, Android support for Wix Detox is stuck back at React Native v0.51 per issue #608 bumped RN support from 0.50.0 to 0.51.0 in early April. So at this point, Wix Detox is 6 months behind on Android. |
@DVLNarayana I am currently able to run Android on RN 0.55.4 with Detox 7.3.7. I went through my installation and verified that all the configurations per the instructions were correct. My best guess my looking at your error message might be that there is an error around Step 3. I noticed that your screenshot complains about Let me know if that helps |
I'm also receiving similar errors. I had to do some additional steps just to get it to compile. I had to include the lines in app/build.gradle
Also when trying to build I wasn't able to build it using the flag I'm on RN 0.51.1, detox: 7.4.3 error log:
|
same issue here
|
@hkung77 in your log at the end said: make sure the apk is there, in my case I found it in a parent directory instead: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
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. |
Description
App is installing on the android emulator but unable to run the test cases with latest detox version 7.3.4
Steps to Reproduce
Done the setup as per this link https://github.com/wix/detox/blob/master/docs/Introduction.Android.md
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
Screenshorts :
The text was updated successfully, but these errors were encountered: