Skip to content

Instantly share code, notes, and snippets.

@ricalo
Last active March 10, 2017 00:06
Show Gist options
  • Save ricalo/1cb75a5ba8e513feced2 to your computer and use it in GitHub Desktop.
Save ricalo/1cb75a5ba8e513feced2 to your computer and use it in GitHub Desktop.
Start android emulator with virtualization on Linux

Linux with KVM and Google DNSs

 ~/Android/Sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5_API_24 -qemu -enable-kvm -dns-servers 8.8.8.8,8.8.4.4 &

AOSP build

emulator -skindir ~/Android/Sdk/skins -skin nexus_5x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment