I am new to Android and the very first problem I have faced is that when I create a new Android application project, the Main Activity is not created. Also, if I try to add a new activity after the project has been created, nothing happens.
My ADT and SDK manager are all up to date (v23) because that is the most popular answer on other such queries.
If its a bug in the updated ADT, when can we expect a further update with this problem solved. Also, it would be great if someone can point me to a resource on learning how to manually create activities and alter manifest files.