ubuntu14.04 configuring Android and SDK related operations

Source: Internet
Author: User

1. Install the JDK, specific steps in the previous article has been specifically written

2. Download eclipse, the Internet is generally recommended to download the Eclipse IDE for Java developers, but I think the general Java development this with the Eclipse IDE for Java EE developers, plug-ins are also relatively full, so I recommend the latter

3. Download the SDK

A. The best use of proxy access to http://developer.android.com, because faster

B. Visit http://developer.android.com/sdk/index.html, download the SDK (Http://dl.google.com/android/android-sdk_ R23.0.2-LINUX.TGZ) and ADT (Https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip)

4. Installing ADT

A. Open eclipse (the Eclipse version I used is Luna Service Release 1 4.4.1), tap Help->install New software, click the Add button in the pop-up window,

B. Click Archive, select the ADT package that you just downloaded, and then click the OK button to wait for ADT to install.

C. Click Window->customize Perspective to select the relevant options for Android

D. After completing the previous step, you will see the SDK and AVD Manager options in the toolbar above eclipse

5. Install the SDK, unzip the SDK, and configure the environment variables

sudo gedit/etc/profile

Export Path=${java_home}/bin: $PATH:/path/android-sdk-linux/tools:/path/android-sdk-linux/platform-tools

A. Modify the Hosts file and add the following file

#android更新
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

B. Click on the SDK manage, pop-up window to select Tool->option, and the force https://...sources of the popup window will be fetched using the/HTTP check box

C. Return to the previous level window select tools in the SDK TOOLS,SDK platform Tools,build Tools Three, then select sdk4.2.2, and finally select Extras in the Android support library, Click on the installation below

6. Create an AVD

A. Click on the AVD Manage

B. Select Nexus One in device definitions, because I have a notebook, so the size of the screen I chose a small.

B. Then click on the Create AVD on the right, and select snapshot to make the second start faster by setting the parameters below.

ubuntu14.04 configuring Android and SDK related operations

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.