AVD crashes at launch

1

I use Android studio. I would like to launch an AVD but when I try it, it locks automatically. Nothing appears in the Android Monitor that has "No connected device" and "no debuggable process" in red.

I try to modify the AVD by modifying the "emulator performance" but it does not change anything.

Can you help me?

    
asked by ThePassenger 18.09.2017 в 19:52
source

1 answer

-1

The message

  

"No connected device"

indicates that you do not have a physical device connected or an emulator is not running.

If you do not have a physical device or an emulator is not running, obviously you can not see any running process, for this reason the message is displayed:

  

No Debuggable Processes

To start the emulator you can click on the green triangle to start it.

Or the common option is to click on Run App and when the window appears to select the deployment destination (Select Deployment Target) you can select one available:

    
answered by 18.09.2017 в 22:32