-
-
Notifications
You must be signed in to change notification settings - Fork 236
Current Issues
Sravan Medarapu edited this page May 18, 2016
·
1 revision
- Unable to get UiDevice Instance in API Level 19 #22
As per the UIAutomatorV2 documentation, should support Android 4.3 (API level 18) or higher. but right now facing an issue with API 18 and API 19 devices.
-
IllegalStateException: UiAutomation not connected! #19
In UIAutomator2-driver module using appium-adb module to invoke the instrument tests as a result we are facing IllegalStateException: UiAutomation not connected!
Temporary Workaround: Tried by using 3rd party module called '[adbKit](https://github.com/appium/appium-uiautomator2-driver/blob/master /lib/uiautomator2.js#L90)' to invoke the instrument tests and now working fine. Need to figure out what was the problem with appium-adb kit.