cryptax / androidre

Reverse engineering Android
533 stars 78 forks source link

Android emulator is not working #3

Closed yonatanhaf closed 4 years ago

yonatanhaf commented 5 years ago

Hi, I was trying to start the Android emulator by the "quick start" steps. When I'm trying to start the emulator, by running the emulator8x86 command, I get

emulator: ERROR: x86_64 emulation currently requires hardware acceleration!
Please ensure KVM is properly installed and usable.
CPU acceleration status: KVM requires a CPU that supports vmx or svm

What should I do in order to start the emulator?

Thanks!

cryptax commented 5 years ago

Hmmm. You have done this, right?:

Have an Intel x86 processor on your host which supports virtualization (e.g Intel VT) Launch the container with the --privileged option.

cryptax commented 5 years ago

I've committed a new Dockerfile, and it works on my host, with the --privileged option. Check it out?