UBUNTU14.04-64-bit machine configuration Android development environment, Adt,sdk,eclipse

Source: Internet
Author: User

1. First go to orcale website http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html download JDK

2. To the Google website Http://developer.android.com/sdk/installing/index.html?pkg=adt download ADT Bundle, the reason for downloading this is that it has put adt,eclipse, CDT, such as integration together, the province of our installation, it is very convenient. Because the great Great Wall can not visit Google Now, so give you a Baidu network disk: http://www.cnblogs.com/tc310/p/3938353.html

3. Extract two files separately

4. Set the environment variables of the JDK and the environment variables of the ADT bundle, as follows, modify it according to your own path:

#jdk
Export path= $PATH:/home/jrg/documents/jdk1.8.0_51/bin
#export path= $PATH:
Export Classpath= "/home/jrg/documents/jdk1.8.0_51/lib:."
Export Java_home= "/home/jrg/documents/jdk1.8.0_51/"
#eclipse
Export path= $PATH:/home/jrg/documents/adt-bundle-linux-x86_64-20140321/eclipse
#adb
Export path= $PATH:/home/jrg/documents/adt-bundle-linux-x86_64-20140321/sdk/platform-tools/

5. Command line input before eclipse starts, sudo apt-get update installs the sudo apt-get install lib32stdc++6, which effectively resolves the 32-bit SDK running on a 64-bit machine, What other online installation ia32-libs no bird, 13.04 after the cancellation of Ia32-libs this package, in the Internet to find a lot of other ways to install ia32-libs also not, the information is too backward

6. Start eclipse Test, and then give you an article reference, I also refer to this article configuration, but the environment variable to be in accordance with my this configuration, there is a picture of the truth of the article: http://www.linuxidc.com/Linux/2014-05/101039.htm

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

UBUNTU14.04-64-bit machine configuration Android development environment, Adt,sdk,eclipse

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.