mirror of
https://github.com/appium/appium.git
synced 2026-01-25 03:38:52 -06:00
Support Latest SDK
android-4.4 created by default on latest SDK installation
This commit is contained in:
@@ -71,6 +71,7 @@ ADB.prototype.checkSdkBinaryPresent = function(binary, cb) {
|
||||
, path.resolve(this.sdkRoot, "build-tools", "android-4.2.2", binaryName)
|
||||
, path.resolve(this.sdkRoot, "build-tools", "18.0.1", binaryName)
|
||||
, path.resolve(this.sdkRoot, "build-tools", "android-4.3", binaryName)
|
||||
, path.resolve(this.sdkRoot, "build-tools", "android-4.4", binaryName)
|
||||
, path.resolve(this.sdkRoot, "build-tools", "19.0.0", binaryName)];
|
||||
_.each(binaryLocs, function(loc) {
|
||||
if (fs.existsSync(loc)) binaryLoc = loc;
|
||||
|
||||
Reference in New Issue
Block a user