Find elements by class name returns duplicate elements when using automationName = 'selendroid'

Hi All

I’m using Appium for test automation of hybrid application so I decided to use automationName = ‘selendroid’ even for android native views. Android 4.3. Appium 1.2.0.1

When using find elements by class name method (i.e.: ‘android.widget.RelativeLayout’) on native view, I’m getting a list of duplicate elements where some elements are included 3-4 times.

Found are even elements that do not exists according to the UIAutomatorViewer. (i.e ‘android.widget.AbsoluteLayout’ )

-peter