DIGITory/Ubuntu2012. 4. 5. 15:23



1. Install JAVA 

take a look  " http://joec.tistory.com/522 "


2. download 'android-sdk-linux'

go get it " http://developer.android.com/sdk/index.html "

and extract it to a directory


3. install Android SDK Platform-tools

You can see the text-file "adb_has_moved.txt" in 'tools' directory

------------------------------------------------------------------------------------------------

The adb tool has moved to platform-tools/


If you don't see this directory in your SDK,

launch the SDK and AVD Manager (execute the android tool)

and install "Android SDK Platform-tools"


Please also update your PATH environment variable to

include the platform-tools/ directory, so you can

execute adb from any location.

------------------------------------------------------------------------------------------------
:-(

so execute 'android' in tools. and install it.
then you can see 'platform-tools' directory.
'adb' file in it.

Posted by Joe.C