ADB.exe

hav0c

Senior Member
Dec 14, 2005
884
156
0
Amsterdam
Sorry for the noob question but when I download the latests SDK there is no ADB.exe file in the tools directory anymore.

How do I start ADB with the latest SDK release?
 

cattleprod

Senior Member
Sep 6, 2010
642
218
0
do you mean it was there an now its gone??

also have you hooked up phone(charge only) to usb, opened command prompt and type adb devices to see if adb starts? cause it may just be placed in different folder in sdk. think it does in new sdk but can't remember which folder doh .
 
Last edited:

hav0c

Senior Member
Dec 14, 2005
884
156
0
Amsterdam
This is the content of my tools folder:

Code:
cat ls.txt 
android
ant
apkbuilder
ddms
dmtracedump
draw9patch
emulator
etc1tool
hierarchyviewer
hprof-conv
layoutopt
lib
ls.txt
mksdcard
monkeyrunner
NOTICE.txt
proguard
source.properties
sqlite3
traceview
zipalign
(Same content in my SDK folder in Windows. No ADB.exe..)
 

cattleprod

Senior Member
Sep 6, 2010
642
218
0
have you try to run adb in cmd.exe ?



have a look in platform-tools folder it were im finding adb but im on linux mint right now but should be same :)
 
Last edited:

cattleprod

Senior Member
Sep 6, 2010
642
218
0
I don't have that folder.

If I download the SDK (zip) from http://developer.android.com/sdk/index.html adb.exe is not in it..

Is that the same for you guys?
no thats were i downloaded from, both windows and linux hold on il go into windows an have a look ;) but have you try running adb you can only start it in command prompt (cmd.exe) if your using windows xp. just right click in any windows from menu choose command prompt,plug phone to usb,make sure you have usb debugging on in phone(setting>application >development) and then type adb devices and see itf adb starts for you.
try doing this.
 

dr.m0x

Senior Member
Oct 28, 2010
3,348
763
0
Auckland
Platform-tools doesn't come with the sdk by default if I recall correctly. You need to run the sdk manager and select it as an optional component to download. I'm a long way from my computer right now so I can't double check for you sorry.

Sent from my performance enhanced Desire HD.
 

gillepy

Senior Member
May 15, 2009
188
8
0
Platform-tools doesn't come with the sdk by default if I recall correctly. You need to run the sdk manager and select it as an optional component to download. I'm a long way from my computer right now so I can't double check for you sorry.

Sent from my performance enhanced Desire HD.

I do believe your correct.

Sent from my Desire HD using XDA App
 

cattleprod

Senior Member
Sep 6, 2010
642
218
0
Platform-tools doesn't come with the sdk by default if I recall correctly. You need to run the sdk manager and select it as an optional component to download. I'm a long way from my computer right now so I can't double check for you sorry.

Sent from my performance enhanced Desire HD.

lol prob why can't find it
 

CitizenLee

Senior Member
Aug 21, 2009
2,390
501
0
Aberdeen
Looks like it's all change since the version I downloaded when I got my Hero last year.

Taken from the SDK Readme in the latest SDK download, confirming what has been said above:

Welcome to the Android SDK!

The Android SDK archive now only contains the tools. It no longer comes
populated with a specific Android platform or Google add-on. Instead you
use the SDK Manager to install or update SDK components such as platforms,
tools, add-ons, and documentation.

In order to start developing applications, you must install at least one
version of the Android platform using the SDK Manager.

This requires an Internet connection, so if you plan to use the SDK
offline, please make sure to download the necessary components while online.

To start the SDK Manager, please execute the program "SDK Setup.exe".

From the command-line you can also directly trigger an update by
executing:
tools\android.bat update sdk

For more information, please consult the Android web site at
http://developer.android.com
 
  • Like
Reactions: farukb

chrisz5z

Senior Member
Sep 16, 2010
341
89
28
Lots of talk :p

So bottom line, will someone just solve the mystery.

1) If it is installed with SDK where is it and why does search not find it.
2) If it is NOT installed where do we get it.

Thanks
You have to install platform tools from "sdk manager.exe".....adb will be under the platform-tools folder after that

Sent from my HTC Inspire 4G using Tapatalk
 

zelendel

Senior Member
Aug 11, 2008
23,365
20,584
253
paulckruger said:
Lots of talk :p

So bottom line, will someone just solve the mystery.

1) If it is installed with SDK where is it and why does search not find it.
2) If it is NOT installed where do we get it.

Thanks
Don't search for it. Go to the directory and look for it. Windows search is a joke
 
I have done that as well and find to trace of that file? I use a third party search which is better than windows search...does not exist c:/android/***** which is the install directory for the SDK.


Again...if it is not there where do I get it?
As already stated, it is not installed with the SDK by default. In the tools folder there's a text file called "adb_has_moved.txt" which tells you that you need to launch the SDK and install "Android SDK Platform-tools" to get it. Like chrisz5z said.