Ubuntu 14.04 32位 JDK+ADT Bundle+NDK安裝

1. 安裝JDKlinux

tar或GUI解壓jdk-8u25-linux-i586.tar.gzandroid

編輯/etc/environment文件app

CLASSPATH="/home/zhouwei/jdk1.8.0_25/lib:."
JAVA_HOME="/home/zhouwei/jdk1.8.0_25"eclipse

PATH增長:/home/zhouwei/jdk1.8.0_25/binide

 

2. 安裝ADT Bundle for Linuxgoogle

unzip或GUI解壓adt-bundle-linux-x86-20140702.ziporm

在/etc/environment中增長路徑:ip

/home/zhouwei/adt-bundle-linux-x86-20140702/sdk/platform-tools:/home/zhouwei/adt-bundle-linux-x86-20140702/sdk/toolsssl

建立/usr/share/applications/eclipse.desktop文件io

[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. 安裝NDK

chmod u+x android-ndk-r10d-linux-x86.bin

運行android-ndk-r10d-linux-x86.bin解壓縮

在/etc/environment中增長路徑:

/home/zhouwei/android-ndk-r10d

 

4. 爲eclipse安裝NDK路徑補丁

複製com.android.ide.eclipse.ndk_23.0.2.1259578.jar到/home/zhouwei/adt-bundle-linux-x86-20140702/eclipse/plugins

 

5. 經過Android SDK Manager下載Android SDK

編輯/etc/hosts,提升下載速度

203.208.46.146 dl-ssl.google.com
203.208.46.146 dl.google.com

Android SDK Manager->Tools->Options, Force https打勾

 

6. 啓動eclipse,配置ADK和NDK路徑

 

最後個人/etc/environment文件內容以下:

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/zhouwei/jdk1.8.0_25/bin:/home/zhouwei/adt-bundle-linux-x86-20140702/sdk/platform-tools:/home/zhouwei/adt-bundle-linux-x86-20140702/sdk/tools:/home/zhouwei/android-ndk-r10d"CLASSPATH="/home/zhouwei/jdk1.8.0_25/lib:."JAVA_HOME="/home/zhouwei/jdk1.8.0_25"

相關文章
相關標籤/搜索