Unable to identify with resourceId property

I am getting NoSuchElementFoundException when using resourceId of findElementByAndroidUIAutomator method.

WebElement result=driver.findElementByAndroidUIAutomator(“resourceId(“com.example.android.apis:id/drag_result_text”)”);

I put enough implicitWait before identifying this object. I also tried for all other objects in the attachment, getting the same exception.

Correct where i am wrong?

Find attachment for object properties.

Have you tried just using arc and doing a find_element_by_id on this?