mountain lion and problems with android devices

You must Login before you can answer or comment on any questions.

hi, i upgraded my mac to mountain lion and i am getting crazy because when i use adb devices in the mac's terminal it retuns me nothing! can you help me? thanks in advice

— asked 8 months ago by Raffaele Chiocca
2 Comments
  • i had turn on the debug mode on the device, but on the device i can't see the debug indicator on the top

    — commented 8 months ago by Raffaele Chiocca

  • Missing from your question are a number of important pieces of information. I suggest you take a look at the Using Questions and Answers article, specifically the Q&A Question Checklist. The missing information is critical to reproducing problems in a test environment and often indicates other factors that cause the undesirable outcome you are experiencing.

    — commented 8 months ago by Stephen Feather

1 Answer

adb kill-server
adb start-server

— answered 8 months ago by Stephen Feather
answer permalink
5 Comments
  • try a different usb port

    — commented 8 months ago by Stephen Feather

  • i have a macbook air with 2 usb ports, i tried both.

    — commented 8 months ago by Raffaele Chiocca

  • i tried adb kill-server and start-server and i had the following:

    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    host-002:platform-tools Raffaele_92$ ./adb devices
    List of devices attached

    — commented 8 months ago by Raffaele Chiocca

  • Show 2 more comments

Your Answer

Think you can help? Login to answer this question!