2011年2月25日 星期五

Android: Install ADB in Linux

1. Download http://www.4shared.com/file/182574434/c1225b3d/AndTools.html then execute it.


2. Install Android SDK from http://developer.android.com/sdk/index.html.

3. Update Android SDK that need to include ADB.

4. You need to add environment variable so input "$gedit ~/.bashre".

5. Key in "export PATH=$PATH:/home/light/sdk/platform-tools/" in the end of the opened file. (depends on your path of ADB)

6. Key in "$adb" to check this instruction existed.

refer from:
http://developer.android.com/index.html

沒有留言:

張貼留言