Failed to locate element. Clearing Accessibility cache and retrying

As per this part of your logs, Next button is detected and click action is performed.

Finding “All wheels are mounted and tires are inflated.” is failing. In the screenshots you provided, I could not see where it comes. If its the text in the slide animation you are mentioning, can you make sure texts exactly match. Other way is, try to find partial text -

More details on UISelector object can be found in this post - Unable to click on button using UiSelector - #6 by Anish_ohri

Ex : findElementByAndroidUIAutomator(“new UiSelector().textContains("”+partialtext+“")”)