Android beginners (1) -- download and install Android Studio and androidstudio
Android studioAs Google's parent son and ADT used earlier, Google has released a "Declaration" that will no longer be maintained. Therefore, it has become our first choice.
So how do we get started?
Download the latest version of AndroidStudio. As we all know, due to network restrictions, we cannot download it directly on the Google official website, or the network speed is very slow, so we use http://www.android-studio.org/this network segment to download. If you have never downloaded the sdk, we recommend that you use a version that contains the sdk. If you already have some Android development experience, you can download it based on your choice.
This is the download list.
The installation of Androidstudio is the same as that of common installation software. You can select your own installation location, including two options: the location of Androidstudio and the location of sdk.
In addition, the sdk is updated. You can use the IP proxy mirrors.neusoft.edu.cn port: 80 to update the sdk and then perform Androidstudio development. Change the Agent location. After sdk.exe is enabled, go to tools -- options and set it.
We recommend that you first run the sdk update and then open Androidstudio. Similarly, we do not recommend you use AVD (the simulator that comes with the sdk) because it is large and occupies the memory.
You can use the genymotion simulator and install it on the official website. The configuration method is extremely simple. You can use Baidu. Now, after this installation, Androidstudio can run.
Note: Due to my limited level, this is just a point of view in my learning process. You are welcome to give some advice.