Article
home/blog/Loading

Run the application you are developing on your device

There are a few steps and potential gotchas in setting up application debugging on your local device.

Potential problems to avoid

  1. Ensure your device is connected to your pc and the device is visible on the computer

  2. Enable USB debugging in the developer console

  3. When you plug the phone into the PC you have to accept the USB debugging to the connected device

Ensure you tick remember this device for convenience

  1. In android studio try and run your device, you should see your device in the connected devices

  2. After selecting to run your device you may be prompted to install a device driver, install this.

  3. Success - You can now run your application on your local device from Android Studio