Hello community! I've been developing some code to android using adt bundle (eclipse + sdk manager) and everything was fine and the emulator was running with no trouble. until a few days ago, when I was messing around with facebook sdk, my eclipse and my android emulator started acting weird and so I decided to reinstall them.
Now, when I start a new android device it gives me the error below:
Starting emulator for AVD 'android'
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure KVM is properly installed and usable.
CPU acceleration status: KVM is not installed on this machine (/dev/kvm is missing).
I've been searching and some tuturials order me to run - egrep -c '(vmx|svm)' /proc/cpuinfo - and if the output is 0, it's because kmv is not supported im my system. The command gives me 0, but I don't understand how it's not supported if a few days ago it was running smootlhy.
Best wishes,
João
Now, when I start a new android device it gives me the error below:
Starting emulator for AVD 'android'
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure KVM is properly installed and usable.
CPU acceleration status: KVM is not installed on this machine (/dev/kvm is missing).
I've been searching and some tuturials order me to run - egrep -c '(vmx|svm)' /proc/cpuinfo - and if the output is 0, it's because kmv is not supported im my system. The command gives me 0, but I don't understand how it's not supported if a few days ago it was running smootlhy.
Best wishes,
João