lib/dryrun.rb in dryrun-0.2.2 vs lib/dryrun.rb in dryrun-0.3.1
- old
+ new
@@ -39,10 +39,13 @@
if !project.is_valid
puts "#{url.red} is not a valid android project"
exit 1
end
+ # clean and install the apk
project.clean_install
+
+ puts "\n> If you want to remove the app you just installed, execute:\n#{project.get_uninstall_command.yellow}\n\n"
end
end
end