2829303132333435363738
File rootDir = locateRootDir(dir); if(rootDir == null) { if(!allowInvalidRootDirectories) { throw new InvalidSdkDirectoryException("'" + dir.getPath() + "' is not a valid SDK directory"); } rootDir = dir; }