This chapter primarily introduces the construction of the Android Engineering development environment to understand the overall Android project. This chapter includes an introduction to the Android development environment, the first Android project Hello World and the file directory structure of the Android project.
Android Development Environment Building
The Android development environment is built in two ways, namely the Eclipse/myeclipse+adt+android SDK and Android Developer Tools. The former mode of development environment to build, see "http://blog.sina.com.cn/s/blog_4e08922b0100ngne.html" the latter way only need to download Android Developer Tools [Adt-bundle] , Eclipse of the ADT plugin is already installed. See "http://blog.csdn.net/aizquan/article/details/8974750". Thanks for sharing with two bloggers here.
Hello World
Whenever you touch a new development language or a new integrated development environment (IDE), write Helloword first. This section of the introduction to the "Baidu experience" to share the detailed introduction, access to the address as follows: "Http://jingyan.baidu.com/article/b87fe19eb3f6f05219356852.html?st=&net_ Type=&bd_page_type=1&os=&rst= ".
file directory StructureThis part of the main is to give learners a comprehensive understanding of the Android project directory structure, detail resource files, program files, local files, such as the location of storage. As an IT person, learning is never stopped. In this part of the study, the author also quoted others to summarize the results, take his mountain jade. See "http://book.51cto.com/art/201211/367628.htm" in this section.
Resources1, http://blog.sina.com.cn/s/blog_4e08922b0100ngne.html
2, http://blog.csdn.net/aizquan/article/details/8974750
3, http://jingyan.baidu.com/article/b87fe19eb3f6f05219356852.html?bd_page_type=1
4, Http://book.51cto.com/art/201211/367628.htm