I am really confused right now because whenever I create a new Android app with blank activity it always comes out with fragment_main.xml. I just wanted to create a blank activity without the fragment one.
In the first image the blank activity comes with the fragment layout:
The second image shows the created fragment_main
Now I am really confused... this only happened after updating ADT to the latest version. I have referred to this thread: Adt doesn't create default hello world but command line does_
I just wanted to make an Android app with blank activity with no fragment view.
See Question&Answers more detail:os