Sendkeys(), click() is not working for my script in appium

I have a problem. In my script click() is not working for chrome.apk in my project.
I have used appium, uiautomatorviewer.
driver.findElementsByAccessibilityId(“Chrome”).click();
In the above code click() element is not working.
so what should i have to modify to execute my project.