Android Development Split

USB Debugging

How to turn on remote USB debugging on your device

  • In order to get started testing apps on a phone, we need to first enable developer mode by tapping the Build number 7 times in Settings > About

  • Once enabled on our phone, we can then allow USB Debugging in settings

  • This will allow us to plug our phone into our computer via USB and run adb devices to make sure your device is recognized

  • This guide has additional information on setting up your phone for USB Debugging