Category Archives: android

adb (android debug bridge) not showing device using Moto G and Android 4.3

I’ve been developing Android applications for awhile now. However not owning an actual device I’ve only ever used the emulator. Recently I shelled out for a Moto G and found it wasn’t obvious how I could get it hooked up to my mac.

This was a case of RTFM (http://developer.android.com/tools/device.html), step 2 eluded me until I stumbled across it on a stackoverflow post..:

To enable USB debugging:

1. Launch the settings application -> about

Image

2. Click build number 7 times

Screenshot_2013-12-28-18-23-19

3. Developer options should now be available from the main settings menu:

Screenshot_2013-12-28-18-23-15-2

4. Enable USB debugging

Screenshot_2013-12-28-18-27-41

Tagged , ,