Eclipse

Project development using Google Code and Subversion

SDK Version: 
M3

Here is a little tutorial, if you want to check "Fancy time and date picker" by tamas!

Join to Google Code project from Eclipse

• Eclipse SVN plugin: Help-> Install New Software ...
Add a link to install Subclipse: http://subclipse.tigris.org/update_1.6.x
• Installing Subclipse
• Add SVN Repository: File-> New-> Other-> SVN-> Checkout Project from SVN
• Create a new repository location
• Copy the project SVN repository access

How to set up Eclipse with Android SDK on Ubuntu linux 9.04/9.10 (updated)

SDK Version: 
M3

In my first tutorial i will show you how to set up Eclipse 3.5 with Android Development Tools (ADT) on Ubuntu 9.04.

Before we can install the Android SDK, we must install Java. First we open a new terminal window (Applications > Accessories > Terminal).

To install Java, type:

sudo apt-get install sun-java6-bin 

If you are on a x86_64 system, you also must install ia32-libs:
 

sudo apt-get install ia32-libs

For Ubuntu 9.10 users:

In my first tutorial i will show you how to set up Eclipse 3.5 with Android Development Tools (ADT) on Ubuntu 9.04.

Before we can install the Android SDK, we must install Java. First we open a new terminal window (Applications > Accessories > Terminal).

To install Java, type:

sudo apt-get install sun-java6-bin 

If you are on a x86_64 system, you also must install ia32-libs:
 

sudo apt-get install ia32-libs

For Ubuntu 9.10 users:

Install eclipse from apt-sources, so open a terminal, then:

sudo apt-get install eclipse

Syndicate content