src/kits/android/adb.js
Function install
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static install(target, packagePath, opts) {
console.log('Installing apk ' + packagePath + ' on target ' + target + '...\n');
var args = ['-s', target, 'install'];