problems running android usb on android studio

0

Does anyone know why I'm giving this error, I can not run the application either on my smartphone with debug mode enabled or with the emulator? anyone know, I'm new to android and wanted to make an application for my site if anyone can help me I'm grateful.

    
asked by anonymous 21.04.2016 / 16:35

1 answer

1

The emulator will not run because you have set up so that the minimum version of the API is larger than the version that will run on the emulator. Please post your build.grad, please.

Your phone is not showing up there either because you have to unlock it when you connect on your computer to the Android Studio recognizer or the cable / cell / input is in trouble.

    
21.04.2016 / 20:46