How to use selendroid with appium

I have a java maven project which runs a test of a native app in a real device using appium. I am trying to use selendroid with appium. I set the capability automationName as selendroid and set the selendroid port as 8080 in appium. My app is getting launched however click or tap is not working. Do I need to set up anything more.

I’m also having the same issue. When I run “arc”, my app launches on the device but when I try to look for elements, I can not find anything. When I use Appium GUI to spy elements, I can see them but am not able to interact with them. Can anyone shed some light on this?