I just want to make a simple Hello world app that extends Activity but when I create a new android project it add all this extra stuff. It didn\'t use to do it before,but no
I too had the same problem and this is how I fixed it.
When you create new Android Application Project, select Minimum Required SDK as API 14 or above.
If you want to support API level < 14 you can change the "minSdkVersion" in AndroidManifest.xml manually after creating the project.