After updating my DDMS i realized that whenever i want to create a new project, a support library called appcompatv7 is being added to my project window automatically.
And this library adds some feauters which i never used before. I just want to create a simple android project with one Blank Activity and one activity_main.xml. But this library also adds an xml file named activity_fragment.xml
So how can i create a simple project without using this support library? If somebody make things clear i will appreciated.