-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add android example / support #2
Comments
can you try to figure it out? on vacation for 2 weeks. let me know :) |
I have been trying to figure this out, but i'm currently stuck on this error.
To make it, to this error the Expo APK needs to be placed into the root of the project, with the original name and also as a duplicate, with the name The APK for Expo can be found on their website. Some help would be appreciated :). |
@conblem - not familiar with that error, looks like |
@brentvatne Yeah thats what i thought too but its definitely in my path. |
At first I had only ANDROID_HOME set, but once I've added $ANDROID_HOME/platform-tools to the path I could get rid of this message about adb. |
@ararog will try this out, thanks for the hint 👍 |
we're investigating this currently, I think it's not so straightforward, cc @esamelson |
yeah the plan is to PR a few things to detox to make it work better with expo. Currently detox makes a number of assumptions about RN apps that expo doesn't follow, which makes it difficult to integrate as it is. Hopefully we'll get to this soon, so stay tuned 👍 |
@esamelson do you have any update on this? |
Hi @nykolaslima - no update unfortunately 😞 We have simply not had the time and ability to prioritize this. We'd like to pick this up at some point but it's not on the roadmap at the moment. You'll need to either dig into this yourself or find a different solution for Android for now. |
Hi, I'm trying to get detox running on android with expo sdk 32.
Then to run I : download latest Exponent.apk from expo using a variant of brents script
Emulator starts up but then nothing... So, just wondering if I'm being totally nieve or if anyone else out there has managed to get expo working with detox on android ...? Many thanks, |
@maitriyogin were you able to get anything working on Android? |
Nope, looks like the expo team are working on it or at least aware of it.. |
any news on this expo masters? |
@esamelson @brentvatne @conblem (you guys seem to be working on this). Any updates on getting e2e testing on android with expo? |
Hey there, this is not something we're actively working on at the moment. Apologies if any previous stale activity in this issue was misleading. You're welcome to dig into this yourself, though, and we're definitely open to accepting a high quality PR or set of PRs adding this functionality! |
indeed, i suggest using the bare workflow if you need to run tests with detox. |
Anyone got a solution to this issue on Windows? |
@brentvatne Add android example / support, please 🐱 ...
The text was updated successfully, but these errors were encountered: