Can't get ADB to work

Sawtooth500

New Member
Joined
Dec 21, 2010
Messages
3
Reaction score
0
I've been trying for 3 hours to do this....

I need to get ADB working. I've downloaded the SDK. Every piece of documentation on the internet says go to the to tools folder inside of the SDK, and if I'm on a shell (I've tried this in both mac os and windows), I can type adb/test to see if it's working but there's nothing there! It's as if ADB is missing out of the SDK. If I look into the tools folder inside the SDK, there is no executable file called ADB in there. So how do I get ADB?
 
OP
S

Sawtooth500

New Member
Joined
Dec 21, 2010
Messages
3
Reaction score
0
Figured it out, you need to install the additional android packages once you have the SDK installed in case anyone is looking at this. To do this you run the android SDK exec located in the SDK folder and install all the packages. ADB will be in the platform-tools folder.
 
Top