I remember the first time to learn the development of the Android system, in the construction of the bad situation encountered a lot of problems, fully troubled me for a week or so, but eventually succeeded in building. Think of a practice every time, the environment will always waste me a lot of time, such as whether the choice of visual Studio 2010 or 08 has plagued me for a long period. The process of building is always very complicated, the first step is to download the JDK and Adt-bundle, but also to download the toolkit, API, etc., at the time I was ignorant of these things simply daunting. Remember that the process of installing the JDK caused me a headache for a long time because the path name had a space, including the JRE, and the installation path was also important. After that, you need to configure the environment variables. Configure the Java_home, set the installation path for the JDK, edit path, create a new ClassPass, it's almost ready for Java development, and then start installing Adt_bundle, as well as configuring environment variables, path changes, configuration completion until all the boxes are gone. Also open cmd to verify that the path is correct, so far, my Android development environment is set up. Of course, not only will each step, but also need to understand why, know the meaning of the operation, so as to have a deeper understanding. This is all ready, but also just opened a door, I hope the next practice can really take me into the world of software development, let me really realize the fun of programming development.
Because of limited experience, can only write their own installation process, I hope the teacher forgive me.
About the self-experience of the Android development environment