Skip to content Skip to sidebar Skip to footer

Android Adt Bundle Automatically Extending Actionbaractivity And Adding Fragments And More Stuff?

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 now everyt

Solution 1:

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.

enter image description here

If you want to support API level < 14 you can change the "minSdkVersion" in AndroidManifest.xml manually after creating the project.

Post a Comment for "Android Adt Bundle Automatically Extending Actionbaractivity And Adding Fragments And More Stuff?"