org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command

Hi,

I’m automating an hybrid app that has an floating icon action. I am able to locate that element in Appium Standalone server by using its id=“create_icon” but unable to click on it while automating. Getting exception as below:

Exception in thread “main” org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: unknown error: Element … is not clickable at point (0, 0). Other element would receive the click: …

Can anyone help me please? How can I automating the click on this icon?