shengxiang b8a7324f56 check if apk installed after init 6 年之前
..
README.md b8a7324f56 check if apk installed after init 6 年之前
main.js d31d2e0081 add adbkit-init 6 年之前
package.json d31d2e0081 add adbkit-init 6 年之前

README.md

adbkit-init

run python -m uiautomator2 init once android device plugin.

Installation

  1. Install nodejs
  2. Install dependencies by npm

    npm install
    

    Usage

    node main.js --server $SERVER_ADDR
    

How it works.

Use adbkit to trace device. And the following command will call when device plugin

python -m uiautomator2 init --server $SERVER_ADDR

LICENSE

MIT