Enable USB Debugging on Android Devices

Jul 31, 2013 · Follow on Twitter and Mastodon android

I’m currently getting started with Android Development. Today, let’s take a look at how to enable USB debugging on Android devices, which I had some problems with.

Image of an Android teacher

I’m going through the developer.android.com docs to familiarize myself with all the tools, terms, acronyms etc. and have started setting up my Nexus 7 for development. However, nothing happened when I plugged the Nexus into my computer. It didn’t even show up in Android Studio, which means that I couldn’t use it to run or debug my Android app.

Turns out that you have to enable Developer Mode on Android devices. However, this is hidden by default on Android 4.2 and later.

To make this available, go to Settings > About phone and tap Build number seven times. Android will then tell you Congratulations, you are now a developer (funny!). If you return to the previous screen, you have a new Developer section.

Enabling developer mode also lets the device connect over USB. Talk about hidden option!

Discussions & More

Please share any ideas, feedback or comments you may have in the Disqus section below, or by replying on Twitter or Mastodon.

If you found this text interesting, make sure to follow me on Twitter and Mastodon for more content like this, and to be notified when new content is published.

If you like & want to support my work, please consider sponsoring me on GitHub Sponsors.