diff --git a/lib/adb.js b/lib/adb.js index 1a4d12e..faf8db7 100644 --- a/lib/adb.js +++ b/lib/adb.js @@ -91,7 +91,7 @@ function ADBObject() { }; // set the binary path - this.binPath = SYS.getAppDataDir() + "\\android_platform_tools\\adb.exe"; + this.binPath = SYS.getAppDataDir() + "\\android_platform_tools\\platform-tools\\adb.exe"; this._interface.setPrefix(this.binPath); }