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. But I am seeing SRC folder is empty in the project explorer. But as per my understanding it should create few .java files automatically like MainActivity.java.
I had this problem for the longest time. When creating the android application, use "empty activity" instead of "blank" activity. Fixed the problem for me immediately.
Hope this helps :)