The previous use of Android development tools (ADT), later said that Google did not support ADT, and then has been considering whether to replace their computer with Android Studio (AS), From ADT to as this process oneself feel the software installation really hurt, Dragon boat Festival The second day and the third day (also today), finally completed from ADT to as the transition, OK, I have a lot of places to learn.
Let me introduce the transformation of ADT into as:
1, the first installation after the simulator will not start (even if you just new simulator, he can not launch the app when the simulator is not available), and the real machine is not able to recognize the simulator. Baidu found the reason is that: the ADT virtual Machine part occupies the simulator port, and then you install as the virtual machine emulator to find the simulator.
2, then follow the online tutorial, I put the ADT part in Eclipse Uninstall the ADT plug-in, but I found that my own ADT plug-in can not be uninstalled, the reason is that my eclipse only ADT part, and then can not uninstall, I originally intended to install my own new computer system, But I think the other software installed before the installation again, I feel too cumbersome, decisive give up.
3, I think of their initial installation of ADT, is to start ADT directly, do not install, that is, they are directly download the compressed package, unzip the folder, put the folder into a place, and then open the bin in the. exe to start the ADT, and then I built a shortcut to the desktop. My JDK and jar are the environment of the JDK that I downloaded on the official website.
Finally, I uninstalled the installed Android Studio, removed the shortcut on the desktop, and reinstalled the as again, OK.
first, the advantages of Android Studio:
Android Studio is Google launched a new Android development environment, its importance imaginable!
1. Integrated Gradle Packaging Tool
2. WYSIWYG results
3. Draggable UI Actions
4. Automatic code completion
5. More Operating Interfaces
6. Integration of Google Cloud
7. The new JUnit
8. Integration of MAVEN repositories
Second, Android Studio's:
Http://pan.baidu.com/s/1slAEhmX
Note: Android-studio-bundle-143.2739321-windows.exe is a full installation package that includes the IDE and SDK Tools.
third, the installation process
Android Studio Installation Tutorial
1. Double-click Android-studio-bundle-143.2739321-windows.exe installation
The following selection sections are selected to be installed
Below you can choose the path of your own installed Android studio, below you can choose the path of your own installed Android SDK.
Time is long, please wait patiently ...
Important: If the computer is not FQ, it is recommended not to immediately open Android Studio, subsequent settings refer to "Configuring the Android Studio section"
Iv. Configuration Android Studio
First time to open the configuration steps for Android Studio
Recommendation: If everyone's computer is not FQ, please go to the installation directory of your Android studio, locate the Idea.properties file in the bin directory, open the file and add the following code at the end of the file:
#———————————————————————-
# set open Android studio after no networking detection
#———————————————————————-
Disable.android.first.run=true
The first time you open Android Studio, you'll get the following tips
Download and installation tutorials for Android Studio (from ADT to AS)