Thursday, April 29, 2010

Installing ADT - Android Development Tools for Ubuntu 10.04

Install the Android SDK:

Add Android SDK tools to the PATH:

Add the following to the bottom of the ~/.bashrc file.

# Adding Andriod SDK tools to the path
PATH=$PATH:~/source/android-sdk-linux_86/tools
export PATH

Save and source the file in the shell.

$ source ~/.bashrc

ADT - Android Development Tools

The ADT plugin is used in Eclipse.

Adds integrated support for Android projects and tools within Eclipse.

Could not get './andriod' to start from inside Eclipse.  Had to start by hand.

No comments:

Post a Comment