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