ConstructorthrowsIllegalArgumentException if environment variable "sdk_home" is not set mOsSdkLocation = System.getProperty("sdk_home"); if (mOsSdkLocation == null || mOsSdkLocation.length() < 1) { throw new IllegalArgumentException( "Environment variable sdk_home is not set"); }
mOsSdkLocation = System.getProperty("sdk_home"); if (mOsSdkLocation == null || mOsSdkLocation.length() < 1) { throw new IllegalArgumentException( "Environment variable sdk_home is not set"); }
Returns the absolute file system path of the Android SDK location to use for this test return mOsSdkLocation;
return mOsSdkLocation;