Problems running android studio app on mobile

Asked

Viewed 136 times

0

esta imagem e oque acontece quando eu clico em RunI’m trying to test the android Studio app on celelular and when I open the android Emulator appears this phrase in yellow NO USB DEVICES, then I clicked on troubleshoot and searched the Scan and still not sure what I can do ?

1 answer

1

Whoa, that’s all right!?

Make sure the USB debugging on your Android phone is enabled. USB debugging is meant to connect and share information between a smartphone and a computer.

How to enable debugging

  1. Open the Settings;
  2. Select "About the device";
  3. Press 7 times Build Number / Build Version / Build Number version;
  4. Go back to Settings;
  5. Choose Developer Options and activate it, as well as extras;
  6. Enable USB Debugging.

The process can of course be undone by simply disabling USB Debugging on your device. You can also revoke any USB debugging authorization from authorized computers. Just click Revoke USB debugging authorizations in the developer options.

If the problem persists giving adb error

Often on Windows it will not recognize the device completely and due to driver problems the device will not be displayed.

  1. go to the settings
  2. Control panel
  3. hardware and sound
  4. device manager

And look for any device that shows an error. Many Android’s will be displayed as an unknown USB device. Select this device and try to update the drivers for it.

Another possible solution

Make sure USB debugging is active. I’ve noticed an icon in the upper left that said, "Connected as a media device. Tap for other USB options". Click on it and switch from MTP (Media Device, Media Device) to PTP (Camera) and then test.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.