1, the development environment configuration
(1) Establishment of Java development environment Click to open the link to build the Java development environment, because Google's own Android IDE Android Studio contains ADT
(2) The new version of the operation process and this is similar, you can tap to open the link, you need to note that when using ADT to configure the development environment, you may encounter the inability to connect to the server, the use of goagent turn the wall can be
2, about andoid development of some understanding
Android Development has its own set of IDE environments, very similar to common MFC development, Andoid Development uses Java, so before installing as (Android Studio) to install the JDK, in the actual development of the application can learn while developing, There is no need to learn the details in a step-by-step manner, it is important to identify its development system.
3. About AVD
The AVD is a virtual machine device, which can be used to test the development application via the andoid virtual machine, and the test method is to click the Run button and the first call may be to configure the virtual device. In addition, the virtual machine and as engineering is relatively independent, that is, different projects can use the same virtual machine for testing, because the virtual machine side of the boot speed is relatively slow, so it is best not to shut down the virtual machine after booting.
Ok! Start Andoid tour, do their own mobile phone software, is pretty good one thing .....
HelloWorld of Android Studio