I am following the tutorial here: https://developer.android.com/training/basics/firstapp/creating-project.html and when I create the android application project it says there should be a hello world program already inside it. I checked the myApp>res>layout folder and the activity_main.xml file is missing. I have already checked on udemy and many people are having this problem as well and I cannot find the answer. Any help would be appreciated as I am new to this website and programming and app development in general. :)
I am running SDK 23 and and ADT 23. I have visited this thread: Eclipse doesn't generate MainActivity.java & activity_main.xml and have not found a solution. Any help will be appreciated.
edit: I noticed I am also missing my src code. When watching tutorial videos this code is pre-generated. My src file is empty.