Skip to the content.

USB Debugging on Android

If you have a personal device that you wish to use with Android Studio, enabling USB debugging is an important step in getting feedback sent from your phone to your PC. Setting this up, however, requires you to enable Developer Mode on your device.

  1. Open the Settings app on your device.

  2. Scroll down to the About Phone submenu within the Settings app. This may be nested in a syntactically similar menu, such as System, and/or have a slightly different name.

  3. Scroll down to Build Number in the About Phone submenu.

  4. Tap Build Number several times. After a few taps, a Toast should appear notifying you that you are now a developer.

  5. Back out of the About Phone submenu. You should now see a Developer Options submenu on your device, somewhere in the same category as About Phone.

  6. In the Developer Options submenu, you should have the option to enable USB debugging.

Once you have done that, you will be able to debug your applications directly from your device.

Debugging Strategies