-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Some times Waited for the root of the view hierarchy error on emulator booted #81
Comments
Can you please provide more info: How often is sometimes? FYI I usually get this when my test device's screen is turned off. |
I can say it happen in every time on CI(github action) |
Unfortunately Linux support is very limited. I’m sure you’re read this😀 The best I can suggest is to try a much lower API level. I’m looking into adding windows support instead as the VMs have hardware acceleration enabled and they are much cheaper than macOS. That should offer a much better experience. |
Okay decrease api level not problem |
I’m not sure. I’m able to start an API 16 Emulator and run 1 test for the CI workflow for this project itself. As mentioned in that issue, running on Linux will be slow and unstable. Please either use a macOS VM or wait a bit for windows support (it’d be great if you can help as I’m not familiar with windows😀). |
Ooo ) |
Closing because stale. |
Sometimes after booting emulator
Happen something like this
java.lang.RuntimeException: Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds. If you specified a non default root matcher, it may be picking a root that never takes focus. Root:
Tue, 14 Jul 2020 08:46:38 GMT
Root{application-window-token=android.view.ViewRootImpl$W@6a7b583, window-token=android.view.ViewRootImpl$W@6a7b583, has-window-focus=false, layout-params-type=1, layout-params-string={(0,0)(fillxfill) sim={forwardNavigation} ty=BASE_APPLICATION wanim=0x10302f8
And all ui tests failed after this
The text was updated successfully, but these errors were encountered: