Android Learning first development environment building

Source: Internet
Author: User

Android Development Environment BuildingAs bloggers have recently been learning Golang, they are thinking of developing Android to learn. The last two days have been tossing idea, building the development environment. Last night finally put Golang and Android environment all set up, summed up.Bloggers started using Android studio for Android development, but used idea to do golang development. These two Ides are very powerful, running together, two of them occupy 1.5G of memory respectively, so I thought to develop Android with idea. During the encounter several pits, shared out.
1. Install Android SDKHttp://android-sdk.en.softonic.com/download installation process is basically the next step (next)
2. Install ideaInstallation method can refer to Golang learning article http://blog.csdn.net/letian0805/article/details/51357348, mainly the configuration of various plugins and SDK1) Plug-in installationThe top left corner of the main interface is File->settings->plugins, with the ADB-related and Android build, Android support, and ant support installed, if not found, click Browse Repositories then search for the installation2) SDK ConfigurationThe method can refer to the Golang Environment chapter, first set the Java SDK path, then the Android SDK path. If you can't find the right Android SDK version, don't worry, create an Android project via File->new->project, then click the Tools->android->sdk Manager on the top menu of the main interface. Then, against the version number, install Platform tools, build tools, SDK tools, system images, and then go back to setting up the SDK path and selecting the corresponding version SDK. If you are doing mobile phone software development, do not put TV, Wear and other related to the mobile phone is also downloaded, otherwise the download time will be very long.3) Android Virtual machineTOOLS->AVD manager->create virtual device and then select the device you want to simulate, click next-> Select the desired version->next, finish created, You can run the virtual machine at this point in a small green triangle. When choosing a resolution, it is best to approach the height of the computer monitor.
Because bloggers are also just contact with the development of Android, summed up only their own learning process, inevitably there are superficial, but also hope that we have a lot of corrections.

Android Learning first development environment building

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.