// we're not supposed to do anything, just return;
String msg = String.format("%1$s installed on device",
info.getPackageFile().getFullPath().toOSString());
AdtPlugin.printToConsole(info.getProject(), msg, "Done!");
// return false so launch controller will not wait for debugger to attach
return false;