root@debian:/home/brett# apt-get install openjdk-6-jre openjdk-6-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
openjdk-6-jdk is already the newest version.
openjdk-6-jre is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I already have these packages installed but if you haven't it should only take about 15 minutes to install
-
now you have to untar it and copy it to /usr/local
there might be some permission issues with this so you now have to run
user@debian:/usr/local$ sudo chown -R user /usr/local/android-sdk-linux
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/andriod-sdk-linux/tools"
After rebooting the system now go to the command line and type android to bring up the sdk manager
I clicked on all of the Android 4.* buttons like this
-
After that click on install and wait… it takes a while
Now install eclipse if not already installed then click on help→install new software
then click add it the right corner
-
Then run thought next..next…next…finish if you get a security warning just click on ok
now restart eclipse and you should see a android icon in the hot bar
Now you can get started on making android apps