Search code examples
androideclipseandroid-fragmentsfragmentandroid-fragmentactivity

Eclipse creates fragment layout automatically, how can i disable it


I dont want to use fragments and fragment layout. Is this possible to disable eclipse's that property? Firstly, i create a class and xml files then i declare them in Android Manifest file this works for me but it takes a long time if i can disable it, it will be easier.

http://i.hizliresim.com/KgMJvQ.png


Solution

  • Android heard our voice :).

    Just upgrade or download ADT version to 23.0.2 or higher.

    Now you can choose blank activity like this,

    enter image description here