Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adb command doesn't list my device

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.

like image 1000
Original Wombat Avatar asked Nov 30 '22 18:11

Original Wombat


1 Answers

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.

like image 57
Patrick S. Roberts Avatar answered Dec 05 '22 19:12

Patrick S. Roberts