Build Envirenment in Ubuntu10.10

Build Envirenment in Ubuntu10.10

the official website
http://developer.android.com

1. make sure my system is up-to-date:
>sudo apt-get update
>sudo apt-get upgrade

2. Install java
I already installed that.

3. Install eclipse
I am a java developer, so I already installed that.

Install the eclipse plugin:
https://dl-ssl.google.com/android/eclipse

4. Install android

download the file
http://dl.google.com/android/android-sdk_r08-linux_86.tgz

unpackage the file
>tar zxvf android-sdk_r08-linux_86.tgz

add the path to the environment
>vi /etc/environment

add the path /home/sillycat/android/android-sdk-linux_86/tools,
the final file will be like:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/sillycat/android/android-sdk-linux_86/tools"

5. Configure in Eclipse
[Window]---->[References]------>[Android]
find the right place that we put the android sdk

click on the [Window]------> [Android SDK and AVD Manager]

click on [installed packages] and click [update all]


That is cool, I can run my easyandroid now.

references:
http://www.mattcutts.com/blog/install-android-on-ubuntu/



你可能感兴趣的:(eclipse,linux,android,Google,ubuntu)