Skip to main content
All CollectionsKnowledge BaseAndroid
Test failed with Virtual Device Testing for Android step
Test failed with Virtual Device Testing for Android step
Updated over a week ago

Issue:

Running the Virtual Device Testing for Android Step, you receive the following error:

Waiting for test results
- Validating
- (1/1) running
- (0/1) running
=> Test finished
Test results:
Model API Level Locale Orientation Outcome 
Pixel2 27 ja portrait failure(TimedOut) 

Possible solutions:

The following steps should provide a possible solution for this issue:

  1. Add the Run yarn command Step after your Cache:Pull Step to install dependencies.

  2. Add the Android SDK Update Step after your Run yarn command Step to update your Android SDK Tools.

  3. Change the Number of times a test execution is reattempted input value to 5 In your Virtual Device Testing for Android Step under the Debug section. Firebase test can be flaky and may need to be retried.

Did this answer your question?