Download Ubuntu 11
Make iso into installable CD
Use VirtualBox to creat a guest OS
Install Java
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk sun-java6-jre
sudo update-alternatives --config java
java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
javac -version
javac 1.6.0_24
Install Android SDK
http://developer.android.com/index.html
download
the sdk and unzip to /usr1/dev/android/
in the proper directory
./tools/android
available
packages
android repository (default)
select all
Install Eclipse 3.5 or greater
sudo apt-get install eclipse
(check
if installed)
Menu item
\applications\programming\eclipse
glibc should be 2.7 or higher
gcc -v
gcc version 4.5.2 ...
ADT
Menu Eclipse\Help|Install new software
Add
Name (doesn't
matter: "Android")
http://dl-ssl.google.com/android/eclipse
select
option
next
next
accept
finish
Warning -> Yes
OK
-> Restart
Eclipse\Window\Preferences\Android\
Select location
of SDK (downloaded previously)
Apply
OK
Window\Android SDK
Under
Virtual Devices select new
(Note: As of 4/2011 by far the most
common is 2.2)
Selected New - Give it a name - 2.2 - Rest as defaults
Select
AVD and Start (takes a few minutes to launch)