[android-beginners] Re: Install Google Android SDK on Ubuntu

2008-10-01 Thread Richard Brunelle
You can use your favorite text editor to edit these text files. Personally, I use vi. In order to figure out how to use vi (if you would like to use this editor), from your command line you could enter: # man vi This command will give you the 'man' page for the vi application (manual page). Exec

[android-beginners] Re: Install Google Android SDK on Ubuntu

2008-10-01 Thread luyen
Please read this articles: Installing Google Android SDK 1.0 On Ubuntu 8.04 Desktop: http://whyandroid.com/android/217-installing-google-android-sdk-10-on-ubuntu-804-desktop.html On Oct 1, 5:58 am, The Motivating Factor <[EMAIL PROTECTED]> wrote: > I am very new to Ubuntu - I moved over from v

[android-beginners] Re: Install Google Android SDK on Ubuntu

2008-10-01 Thread Horacio Sanson
In your home directory there should be a file called .bashrc (the dot is important!!) simply open that file with any text editor (kate or gedit) and add the line "export PATH=${PATH}:/tools" to it. Replace to the place you copied the Android SDK file everything else shall be copied exactly as it