Android SDK Install bash: export: `/home/dolbert/Desktop/android-sdk-linux/tools': not a valid identifier

I'm following the instructions for installing the Android SDK http://developer.android.com/sdk/installing.html#Installing
So far just downloaded and then this instruction seems easy editing my .bashrc file to add this

From the android install instructions: export PATH=${PATH}:/tools

export PATH=$PATH:/home/dolbert/Desktop/android-sdk-linux/tools

Then I test to see if it took

I get this error
bash: export: `/home/dolbert/Desktop/android-sdk-linux/tools': not a valid identifier

No votes yet

Replies

Full export PATH

Try this. The Path text should be in quotes

export PATH="$PATH:/home/dolbert/Desktop/android-sdk-linux/tools"

Your rating: None

Post new comment

 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><code>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters (without spaces) shown in the image.