Launch Android SDK manager - Tools directory doesn't exist? Mac

John Curry picture John Curry · Apr 29, 2013 · Viewed 69.5k times · Source

I'm on mac, I think I've done everything right so far. following these instructions: http://developer.android.com/sdk/installing/adding-packages.html

it says to navigate to tools/ directory in terminal. Here are my steps.

  1. Open terminal

  2. cd Applications result is: No such file or directory

path to my tools directory is as follows

Applications->adt-bundle-mac-x86_64-20130219  ->SDK -> tools

I tried putting my folder onto my desktop, both the tools folder, and my adt-bundle because I could change directory to my desktop, and when I enter ls to the terminal I see my tools folder, and my adt-bundle is there,

but the problem is when I try to enter

cd tools

or

cd adt-bundle(etc...)

it says that it is not a directory.

what do I do?

Answer

mithra picture mithra · Mar 6, 2014

Go to this directory:

cd /adt-bundle-mac-x86_64-20131030/sdk/tools

and run:

./android