Run on iOS but on andriod it has element not found issue

WD Proxy] Got response with status 404: {“sessionId”:“ab29d0c8-9547-4ac2-a47c-4f17aabd27f4”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:73)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:257)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:247)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:50)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
[HTTP] <-- POST /wd/hub/session/73ef23ad-08dd-422d-92d0-bfcde5a93c13/element 404 624 ms - 780

hi. please check manually that element you are looking for exists in your android app. also you can share in file link result of driver.getPageSource();

thanks I need to increase the timeout

driver.manage().timeouts().implicitlyWait(600, TimeUnit.SECONDS);