aiot-adb-test

0.1.3 • Public • Published

adb tools

  • Support windows, MAC, Linux (Ubuntu) system.
  • Easy to use.
  • Containing binary ADB file

Install

  • npm install node-adb -save

Sample code

var adb = require('node-adb');
adb({
    cmd: ['devices']
},function(result){
    // code
});
var adb = require('node-adb');
adb({
    deviceID: 'abc',
    cmd: ['shell', ' cat', '/etc/hosts']
},function(result){
    // code
});

Readme

Keywords

Package Sidebar

Install

npm i aiot-adb-test

Weekly Downloads

0

Version

0.1.3

License

ISC

Unpacked Size

40.4 MB

Total Files

725

Last publish

Collaborators

  • zhaoyinggang