Android Studio does not run script ( KVM MISSING )

Asked

Viewed 50 times

0

Good morning, I have Android Studio running on my normal Windows , the emulator works too. I installed debian on oracle’s VMBOX, on the processor I enabled the VT-X/AMD-V option I installed andorid studio plus Nexus 5 emulator but when running it says I don’t have KVM support

I already tried to install the KVM packages in hand , and gave a "googada" on the subject but all the outputs I found were for Ubuntu and not debian 8

Does anyone know how to proceed?

in my terminal rode

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

and the return was 0

1 answer

1

If you turned the remote egrep -c '(vmx|svm)' /proc/cpuinfo and returned "0" is because your processor does not have support to run kvm.

Browser other questions tagged

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