문제

I get below error when doing vc.dump call. It goes fine at times and randomly fails with this error.

ERROR: Offending XML: u'ERROR: null root node returned by UiTestAutomationBridge.\r\n' LoginTest failure (ExpatError('syntax error: line 1, column 0',),)

I am not sure if its emulator, device, AOSP unanimator jar or androidviewclient causing it.

I think it mostly happens when a dialog is shown on screen.

Regards,

Miten.

도움이 되었습니까?

해결책

It's an UiAutomator error. Instead of returning a valid XML containing the View dump it returns the error message:

'ERROR: null root node returned by UiTestAutomationBridge.\r\n'

Not an AndroidViewClient issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top