This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:bkrishe3:portfolio:hpc2project6 [2013/11/20 17:30] – [Procedure] bkrishe3 | user:bkrishe3:portfolio:hpc2project6 [2013/11/20 18:11] (current) – [Procedure] bkrishe3 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====Objective===== | ||
+ | * I wanted to right my own apps for a long time but never found the time to actually do it. Now that I have plenty of free time I'm going to try and right one | ||
+ | =====Prerequisites===== | ||
+ | * If you want to go the acual site to see what you need it is here [[http:// | ||
+ | * These are steps for installing it into a Linux environment (I'm using Debian so my steps might be a little different) | ||
+ | * Eclipse | ||
+ | |||
+ | =====Installing Android into Eclipse for Development===== | ||
+ | * version 6 of java is recommended so in order to install it go to a command line and type | ||
+ | <cli> | ||
+ | root@debian:/ | ||
+ | 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' | ||
+ | * You now have to download the android sdk from [[http:// | ||
+ | * 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 | ||
+ | <cli> | ||
+ | user@debian:/ | ||
+ | </ | ||
+ | * this will fix any permission errors | ||
+ | * now you have to add / | ||
+ | |||
+ | * to do this type sudo vi / | ||
+ | < | ||
+ | PATH="/ | ||
+ | </ | ||
+ | * to | ||
+ | < | ||
+ | PATH="/ | ||
+ | </ | ||
+ | |||
+ | * 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-> | ||
+ | * then click add it the right corner | ||
+ | * input ADT PLUGIN for the name and https:// | ||
+ | * 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 |