Searched refs:osSdkPath (Results 1 – 2 of 2) sorted by relevance
129 String osSdkPath = null; in isFirstTime() local135 osSdkPath = mStore.getLastSdkPath(); in isFirstTime()137 osSdkPath = getSdkPathFromWindowsRegistry(); in isFirstTime()140 if (osSdkPath != null && osSdkPath.length() > 0) { in isFirstTime()141 boolean ok = new File(osSdkPath).isDirectory(); in isFirstTime()144 osSdkPath = osSdkPath.trim(); in isFirstTime()145 ok = new File(osSdkPath).isDirectory(); in isFirstTime()151 osSdkPath, new SdkValidator()); in isFirstTime()157 AdtPrefs.getPrefs().setSdkLocation(new File(osSdkPath)); in isFirstTime()
70 public static boolean checkVersion(String osSdkPath, CheckSdkErrorHandler errorHandler) { in checkVersion() argument72 String osLibs = osSdkPath + SdkConstants.OS_SDK_TOOLS_LIB_FOLDER; in checkVersion()116 File buildToolsFolder = new File(osSdkPath, SdkConstants.FD_BUILD_TOOLS); in checkVersion()149 String osTools = osSdkPath + SdkConstants.OS_SDK_TOOLS_FOLDER; in checkVersion()