packageName, outDirectory));
monitor.worked(1);
}
Collections.sort(projects);
// We want the platform project on top
projects.add(0, new AndroidPlatformProject(state.getRepoPath()));
}
monitor.done();
// Redraw must be called on the UI thread
Display.getDefault().asyncExec(new Runnable() {