0

I have problem in launching the adb or running my application my ADT keeps crashing or keeps not responding i already tried some ADB KILL-SERVER,ADB START-SERVER but it's not working i also tried to put the full path of platform tools in the environment variables but no lucks.I also tried to manual kill the adb.exe in task manager and restart my ADT but still it will hang or keeps not responding.I am using windows 7 32bit.

Thank you in advance.

1 Answers1

0

Try to update your Android SDK tools with SDK manager. Make sure that no other process is running on port 5037. ADB runs on port 5037 by default.

Post the error messages that you get when you launch adb from command prompt.

balachandarkm
  • 855
  • 2
  • 9
  • 11
  • Hi,is it possible to change the default adb port to other port,if ever some application uses 5037? – user3740532 Jun 17 '14 at 15:32
  • Yeah. Please check my answer here [here](http://stackoverflow.com/questions/3836571/changing-default-port-i-e-5037-on-which-adb-server-runs/24238475#24238475) – balachandarkm Jun 18 '14 at 08:55
  • But I am not sure on how to configure eclipse to start adb server on a specific port. Above comment is to start adb server on any port from command line. – balachandarkm Jun 18 '14 at 09:01