Android: trouble updating to Android SDK Tools, revision 7 Android: trouble updating to Android SDK Tools, revision 7 android android

Android: trouble updating to Android SDK Tools, revision 7


I think they fixed this problem in the later version of the tools, but I ran into this a while back. Here's what I did:

  1. Copied tools\ to scrap\ within the SDK directory
  2. Ran android from the scrap\ directory
  3. Did the upgrade
  4. Deleted the scrap\ directory when done

I might have had to also change environment variables (e.g., PATH) that had been pointing to tools\ to point to scrap\ during this process -- I'm a bit fuzzy on the details.


Try just kill adb.exe process. It worked. for me.


In eclipse goto Window -> Android SDK and AVD manager and upgrade from there.Worked in my case.