Structure of the Android Project
― Root Contents When you create a new Android project you get five key items in the project’s root directory: • AndroidManifest.xml: It is an XML file describing the application being built and what components – activities, services, etc that are being supplied by that application • build.xml: It is an Antscript for compiling the application [...] .



![[Blue prints]*](http://s2.bloggerscdn.com/media/t/14079133/14079133_s_1369116721.jpg)

