I know this seems like a picky thing, but when I create a new Android Application, I don't want it to automatically add the button activity to the MainActivity, nor add anything to the Layout. It would be even better if I could designate a 'template' to start with so if I have classes that I always use, they're automatically set up for me.
I also want the set the 'master' android version so it defaults to 4.0 every time so I don't have to remember to change it for each new project.
Thanks