有鑑於用文字敘述似乎不容易理解,我將Nexus 7 的root 稍微增加一些圖片與說明,
為避免文章過於又臭又長,將root前的準備工作獨立出來說明。
1. android USB driver。這是驅動 Android必備的驅動程式,透過這個驅動成是才能將指令下達到android device上。
用華碩官方的驅動程式即可,下載網址:
http://support.asus.com/Download.aspx?SLanguage=en&m=Nexus+7
1.1 安裝此驅動程式
2. Android 開發工具 SDK,下載網址:
http://developer.android.com/sdk/index.html
點完此下載連結後會出現以下畫面,我是選擇64bit版本下載:
選擇完之後再來才能點選下載:
選擇存檔:
下載完之後解壓縮會看到以下的目錄結構,我們需要的只有 /sdk/platform-tools這個目錄底下的東西:
將這個目錄搬到D槽根目錄下,這是為了在DOS視窗下比較容易進入。當然,你要放在C槽根目錄下也可以。
以上就完成Android SDK的準備工作。
3. SuperSU 2.00,超級使用者(super user)程式,root就靠他,下載網址:
http://www.devfiles.co/download/y5uUnLDC/UPDATE-SuperSU-v2.00.zip
4. CWM recovery 6.0.4.3,刷機工具軟體,下載網址:
http://www.devfiles.co/download/g32zKlSC/recovery-clockwork-touch-6.0.4.3-grouper.img
以上檔案下載完畢之後,Nexus 7 root的前置工作就算完成了。

您好,我點入開發工具SDK的網頁 似乎因為時間的關係已經跟原先不同 我找不到下載DOWNLOAD ECLIPSE ADT的地方 他只有安卓studio 請問我該在哪裡下載呢 謝謝
To set up Android Studio on Windows: Launch the .exe file you just downloaded. Follow the setup wizard to install Android Studio and any necessary SDK tools. On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location. Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21. The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need to access the tools directly, use a terminal to navigate to the location where they are installed. For example: \Users\\sdk\
連結一樣可以使用,下載回來解壓縮就行了