-
Notifications
You must be signed in to change notification settings - Fork 8
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 documentation how to setup for android #481
Comments
I have never developed for android, but I am about to do some tinkering with Quest 3 apps, so I'm curious about this too. I would expect that it would just work, but I suppose there might be some complexity with shuttling snapshot data from the simulator back to the dev environment. Can you post some info on your setup / stacktraces? |
I think the main problem is that android uses junit4 by default (and I could not figure out how to make junit-vintage work). Apart from that, the quick start guide suggests this code:
However, the member |
There are three paths:
I'm a fan of Kotest anyway, so I'll probably be using |
So it seems like I can't really use this library without getting rid of robolectric :( |
Thanks for looking into these! Agreed, seems like Selfie doesn't offer a satisfactory experience for Android right now. I expect this will change soon, when we make progress on this it will get reported here. |
Your library looks really nice! Unfortunately I could not figure out how to set it up for android projects. Could you add some documentation for that?
The text was updated successfully, but these errors were encountered: