You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library consists of two parts: host-specific and device-specific.
The host-specific part is responsible for things like creating and starting emulators, starting tests, collecting test reports. The device-specific part is responsible for controlling test runs on device and provides extra capabilities that wouldn't be available otherwise.
Both parts are represented by a separate .jar files and can be used separately.
Initial Release
The first release is focused on delivering the host-specific library. You still can use the device-specific part, but it's not yet documented and has little functionality.