0.1.2 • Published 1 year ago

android-device-automation v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

android-device-automation

android-device-automation allows you to automate actions your Android device via the adb command line tool.

Installation

Prerequisites

In order to use this package, you will need to install the android platform-tools. You can download and install the necessary files from the Android Developers website.

Alternatively you can install a portable version of the adb executable and specify its path in the ADB_PATH environment variable.

Installing

You can add this package to your project by running

npm install android-device-automation

Usage

Examples for using this package can be found in the examples directory (WIP)

Contributing

If you want to add features this Project is missing you can contribute using the following steps:

  1. Fork this Project
  2. Create a feature branch
  3. Add changes
  4. Format and Build using npm run format and npm run build
  5. Commit your changes
  6. Open a pull request
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago