Skip to content

MusalaSoft/atmosphere-uiautomator-bridge

Repository files navigation

Build Status Download
See our site for better context of this readme. Click here

atmosphere-uiautomator-bridge

This is a special on-device component that is distributed as a regular jar rather than the usual Android apk file. It provides some missing classes on older Android API levels and an additional communication socket between the agent and the target device, so the agent can successfully recognize the on-device service and connect to its socket.

Project setup

Setup Android SDK

Here you may read how to setup Android SDK.

Build the project

You can build the project using the included Gradle wrapper by running:

  • ./gradlew build on Linux/macOS
  • gradlew build on Windows

Making changes

If you make changes to this project and would like to use your new version in another ATMOSPHERE framework project that depends on this one, after a successful build also run:

  • ./gradlew publishToMavenLocal (Linux/macOS)
  • gradlew publishToMavenLocal (Windows)

to publish the jar to your local Maven repository. The ATMOSPHERE framework projects are configured to use the artifact published in the local Maven repository first.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •