SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project using Eclipse-
I created a new android project using Eclipse. Bu
After entering the Application Name, Project name, etc in the New Android Application window, the next window shown is this :
Make sure you check the Create Activity checkbox, otherwise the activity will not be created by default.
You still can create an activity by right-clicking on the project and New > Other > Android > Android Activity. But you have to make sure you check the Launcher Activity checkbox in case it is the first activity of your application