Android apk elements not finding

i am using android apk but some elements could not find it
i using xpath,class,id these are id i tried in this element manually working fine
automation was not finding
ex :MobileElement elc = (MobileElement) driver.findElementById(“com.mobile.producersonline:id/imgBanner”);
elc.click();

the above test case imagebanner not finding

please give any solution

Put the DOM image here, i mean screenshot of UI automator viewer. So that we can suggest code for finding element.

man, put DOM image here doesn’t mean simply putting image. explain what is the problem that you are facing. What you would want to perform?