Search code examples
androidadb

which adb.exe to chose?


Im having trouble getting adb to work, i keep getting ''adb' is not recognized as an internal or external command, operable program or batch file', I found out i need to set my system path so i tried to locate adb.exe

I found it in three folfder:

  • C:\Users\Sven\AppData\Local\Android\sdk\platform-tools
  • C:\Users\Sven\AppData\Local\Android\sdk1\platform-tools
  • C:\Users\Sven\AppData\Local\Android\sdk2\platform-tools

How do i know which one to add to PATH? the date created looks almost the same.


Solution

  • Doesn't make much difference.. You can use whichever you like..I would suggest- C:\Users\Sven\AppData\Local\Android\sdk2\platform-tools since this looks to to be latest if you go with "sdk2"