Author Topic: How To: Set up a working environment (Windows and Linux).  (Read 665 times)

Offline Darkforest

  • The Almighty
  • Founder
  • *
  • Posts: 376
  • Reputation: 5
  • Inside the Forest
    • The Darkforest Group
How To: Set up a working environment (Windows and Linux).
« on: January 01, 2012, 09:26:35 PM »
In this tutorial we will be setting up a working/compiling environment for our Android Apps. This guide will cover Linux and Windows systems.


Setting up Eclipse:

Download Eclipse 3.6 from here (if you are using Ubuntu, DO NOT use the software center to download Eclipse as it is missing some dependencies).


Linux:

You will have a .tar.gz file. Extract its contents to your home directory.


To run Eclipse open up a new terminal window and type in this:
Code: [Select]
cd eclipse
./eclipse


Windows:


Just run the executable and follow the instructions on screen.


That's it. You should have Eclipse 3.6 up and running now.


Setting up the Android Development Tools plugin:

Now that you have Eclipse already running, at the top menu press Help > Install New Software...

Then press Add... and fill in the fields as follows:


Name: Android
Location: https://dl-ssl.google.com/android/eclipse/


Then press OK. You should see the software now appearing in the list.
Tick all the boxes available. And press Next >.


Whenever it will ask you something, just tick Accept All. and press Next or Finish. The on-screen instructions should guide you perfectly from there.




When the setup is complete restart Eclipse. It should prompt you to download the SDK files. Select the ones which you are going to develop for.


If you require any other SDK/API which is not offered during the installation of the ADT, press Window > Android SDK Manager. From there you can choose which APIs do you want to install.


You can also choose to download examples of code, which may be useful if you are just a beginner Android App Development.






Questions are welcome.









Darkforest Group Handset Forums

How To: Set up a working environment (Windows and Linux).
« on: January 01, 2012, 09:26:35 PM »

Offline coolsandie

  • Global Moderator
  • *
  • Posts: 154
  • Reputation: 1
  • Wherever you go, there you are.
    • Blog site
  • Firmware: S5570DDKQ7
  • Model: Samsung Galaxy Mini GT-S5570
  • Mods: CWM Recovery 4.0.0.5, CyanogenMod 10 (4.1.1)
  • Service: Airtel India
Re: How To: Set up a working environment (Windows and Linux).
« Reply #1 on: January 02, 2012, 12:50:29 PM »
Thanks DF! Looking forward for more Tuts from you !!  :)
DDKA7-XXKB1-XXKPF-XXKPI-XWKS2-DDKQ7
Tweet Me : @coolsandie

Darkforest Group Handset Forums

Re: How To: Set up a working environment (Windows and Linux).
« Reply #1 on: January 02, 2012, 12:50:29 PM »