Android Studio Do not run script (KISS MISSING)

0

Good morning, I have Android Studio running on my normal Windows, the emulator also works. I installed in the VMBOX of oracle debian, in the processor I enabled the option of VT-X / AMD-V I installed andorid studio plus the emulator with nexus 5 but at the time of executing it says that I do not have KVM support

I tried to install the KVM packages in hand, and I gave a "googada" on the subject but all outputs that I found went to ubuntu and did not debian 8

Does anyone know how to proceed?

in my terminal rodei

egrep -c '(vmx|svm)' /proc/cpuinfo 

and the return was 0

    
asked by anonymous 22.09.2016 / 15:55

1 answer

1

If you ran the command egrep -c '(vmx|svm)' /proc/cpuinfo and returned "0" it is because your processor is not supported to run kvm.

    
13.10.2016 / 20:47