When I try to build an app with Meteor for Android it asks me to install many dependencies. One of them is the Android emulator acceleration.
But it doesn't seem very clear to me how to do that. It shows a link on GitHub
https://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Linux#haxm
But haxm is not mentioned in this tutorial. It says something about KVM, but not how to install it, just how to check if it is enabled.
How can I make it work?
Thanks