#Project Layout
Your Android project usually has several folders:
srcYour source code goes here, organized by packagebingenerated by eclipse, ignorelibswhere you can put jar files for your librariesreswhere you put your resource files, includingdrawable(or drawable-* ). where you put your imageslayoutfor your layout xml filesvalues(or values-* )for your values (this allows your apps to be much more flexible)