Not able click on the Image with content-desc

I could not able click on the navigation images as shown in the pic.
Tried with below xpath
driver.findElement(
By.xpath("//android.widget.ImageButton[contains(@content-desc,‘Access Salesforce1 Navigation’)]"))
.click();
Even not getting any exception in the eclipse, just struck-up at that point.
Please help on this to move further…

what device (and Android OS) you are running your tests on?
Also check you are executing this line of code once there is no overlapping contents on the screen

driver.findElement(
By.xpath("//android.widget.ImageButton[@content-desc=Access Salesforce1 Navigation’'].click();

Hi Umar Khan,

Yes, I am getting overlap screen before that step of code execution but there am skip that overlap screen with driver.pressKeyCode(AndroidKeyCode.BACK);
Even though not able click on that.

Please provide following:

  1. Logs
  2. Device name
  3. Device OS version
  4. Appium version
  5. Java Appium Library version

“deviceName”, “Nexus_And_API_25”
“platformVersion”, “7.1.1”
appium-desktop-Setup-1.1.0-beta.4
Java:1.8
Logs:
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“Could not find an element using supplied strategy. “}[AndroidBootstrap] Received command result from bootstrap[BaseDriver] Waited for 1186 ms so far[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:”//android.widget.ImageButton[@content-desc=‘Access Salesforce1 Navigation’]”,“context”:"",“multiple”:false}}[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:"//android.widget.ImageButton[@content-desc=‘Access Salesforce1 Navigation’]",“context”:"",“multiple”:false}}[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘//android.widget.ImageButton[@content-desc=‘Access Salesforce1 Navigation’]’ using ‘XPATH’ with the contextId: ‘’ multiple: false

Can you share your APK or Google Play Store reference