Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project using Eclipse

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.

like image 338
subin Avatar asked Mar 07 '14 07:03

subin


1 Answers

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 :)

like image 136
Scumble373 Avatar answered Oct 12 '22 04:10

Scumble373