diff --git a/tools/helpers/AndroidHelper.hx b/tools/helpers/AndroidHelper.hx index 15b2eed64..7a5ff6bce 100644 --- a/tools/helpers/AndroidHelper.hx +++ b/tools/helpers/AndroidHelper.hx @@ -81,7 +81,7 @@ class AndroidHelper { public static function getDeviceSDKVersion (deviceID:String):Int { - ProcessHelper.runProcess (adbPath, adbName, [ "devices" ]); + ProcessHelper.runCommand (adbPath, adbName, [ "devices" ]); var args = [ "shell" ];