Android testing: Waited for the root of the view hierarchy to have window focus
This error can happen when a system dialog is displayed — like “Power Off” or “Unfortunately, Launcher has stopped” (a background app crashed) — and you try to run an Espresso unit test whilst that dialog is visible. Image credit: Android 4.0 emulator always has a crashing Launcher? You can workaround it in code by … Read more