1. Installing the JDK
Tar or GUI decompression jdk-8u25-linux-i586.tar.gz
Edit/etc/environment File
Classpath= "/home/zhouwei/jdk1.8.0_25/lib:."
Java_home= "/home/zhouwei/jdk1.8.0_25"
Path added:/home/zhouwei/jdk1.8.0_25/bin
2. Installing ADT Bundle for Linux
Unzip or GUI decompression Adt-bundle-linux-x86-20140702.zip
Create a/usr/share/applications/eclipse.desktop file
[Desktop Entry]
version=1.0
Type=application
Name=eclipse
Name[zh_cn]=eclipse
Comment=eclipse
Comment[zh_cn]=eclipse
Exec=/home/zhouwei/adt-bundle-linux-x86-20140702/eclipse/eclipse
icon=/home/zhouwei/adt-bundle-linux-x86-20140702/eclipse/icon.xpm
Terminal=false
3. Installing the NDK
chmod u+x Android-ndk-r10d-linux-x86.bin
Run Android-ndk-r10d-linux-x86.bin
4. Install NDK path patches for eclipse
Copy Com.android.ide.eclipse.ndk_23.0.2.1259578.jar to/home/zhouwei/adt-bundle-linux-x86-20140702/eclipse/plugins
5. Download the Android SDK via Android SDK Manager
Edit/etc/hosts to increase download speed
203.208.46.146 dl-ssl.google.com
203.208.46.146dl.google.com
Android SDK manager->tools->options, Force https tick
6. Start Eclipse, configure the ADK and NDK paths
Ubuntu 14.04 Jdk+adt BUNDLE+NDK Installation