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.

    Clicking on Settings App in Android Appdrawer, 30%

  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.

    Clicking on 'About' in Android System Settings, 30%

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

    Clicking on 'Build Number' in About Phone, 30%

  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.

    Clicking on 'Developer Options' in System Settings, 30%

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

    Clicking on 'USB Debugging' in Developer Options, 30%

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

Debugging Strategies