androidctrl
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -81,3 +81,3 @@ 'use strict'; | ||
return spawnWaitFor( | ||
'emulator -verbose -avd "' + avdName + '" -no-boot-anim -no-skin', | ||
'emulator -verbose -avd "' + avdName + '" -no-boot-anim', | ||
/emulator: control console listening on port (\d+), ADB on port \d+/ | ||
@@ -84,0 +84,0 @@ ).then(function(result) { |
{ | ||
"name": "androidctrl", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Node module for managing and controlling the Android Emulator", | ||
@@ -5,0 +5,0 @@ "main": "android.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34158