+ " file not found, please select an Android project.");
return;
}
// Create the wizard
AndrolateWizard wizard = new AndrolateWizard(project);
// Create the wizard dialog
AndrolateWizardDialog dialog = new AndrolateWizardDialog(shell, wizard);
dialog.create();