ANDROID 2.3 GINGERBREAD SDK, ADB, AND DDMS Posted on 12/07/10 at 10:51AM
[ mandlar ]

The Android 2.3 Gingerbread SDK was released yesterday!

The first problem I encountered is the fact that adb.exe was moved to the /platform-tools/ folder.  So every time I tried to run DDMS I received the following error message:

Failed to get adb version: Cannot run program “adb”: CreateProcess error=2, The system cannot find the file specified.

I managed to fix this by adding the platform-tools folder to my PATH in my Environment Variables.


Tuesday, December 7th, 2010 at 10:51 amand is filed under android. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

3 Responses to “ANDROID 2.3 GINGERBREAD SDK, ADB, AND DDMS”

  1. Bjorn Backlund Says:
    January 12th, 2011 at 1:17 pm

    Thanks, fixed the issue,
    Remember to include the trailing \ of the path, e.g. C:\Program Files (x86)\Android\android-sdk-windows\platform-tools\

  2. Boss Says:
    May 5th, 2011 at 3:26 am

    Even i am getting the same error while Executing the CTS. and there is no folder like platform-tools,how i can eleminate this error, it is going to cts_host> prompt but there it is not detecting the device, please do the needfull..

  3. Ajay Says:
    May 27th, 2011 at 6:01 am

    I was having the same problem. While searching I found a best solution which explains everything with step by step guidance for both error code 2 and 13 along with SD CARD Error

    http://android-eclipse.blogspot.com/2011/05/failed-to-get-adb-version-cannot-run.html

Leave a Reply