Environment: Eclipse ADT Build: v22.3.0-887826, Windows 8.1 Host.
I make the following steps to create new Android project:
File - New Android Application Project. Application Name: Sample, all other fields default: Minimum SDK 8, Target 18, compile with 19. Next.
Create custom launcher - off, Create activity - on. Next.
Blank activity, Next.
SampleActivity, Layout name activity_sample. Finish.
Finally, I open package explorer, Sample - res. Layout directory is empty. src directory is also empty, main activity class is not created.