4

On a Macbook Pro with Yosemite - After getting through the difficulties of getting Android SDK installed, I plug in the device, but it doesn't show. The command adb devices yields "List of devices attached" with nothing following. It's there on the USB, the About This Mac System Report shows it present on the USB.

This question looks similar to Issue setting up the development environment for ProjectTango developemnt Device but is not the same because I'm not using Eclipse.

Community
  • 1
  • 1
Original Wombat
  • 107
  • 1
  • 3
  • 5

2 Answers2

18

Please ensure that USB debugging is enabled in order to enter ADB, go to Settings > About tablet > Build number and then press Build number seven times. Then press back and go to Developer options > USB debugging.

  • Thanks Patrick, and Paul - that was it exactly. It's step 2 in the setup instructions, which I must have jumped over too quickly. – Original Wombat Dec 23 '14 at 00:31
1

Make sure you're using the latest Google USB driver. I was having this problem (but on Win 8) and updating the driver fixed it, I'm now getting the device in adb devices and can push content to it.

JonoMF
  • 21
  • 1
  • 3
    The page you link to says, "If you're developing on Mac OS X or Linux, then you **do not** need to install a USB driver." And the question specifically mentions OS X. – Josh Aug 11 '15 at 19:04