android adt bundle automatically extending ActionBarActivity and adding fragments and more stuff?

后端 未结 1 1456
醉酒成梦
醉酒成梦 2020-12-19 22:10

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

相关标签:
1条回答
  • 2020-12-19 22:54

    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.

    0 讨论(0)
提交回复
热议问题