1. Launch a x86 kvm emulator ./emulator*x86 -avd <device-name> -qemu -m <memory> -enable-kvm 2. Install An APK on the emulator adb install <apk-file-name>.apk 3. Uninstall a package from the emulator adb uninstall <package name>
More infor from http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager/