Skip to content

Instantly share code, notes, and snippets.

@jestan
Created January 26, 2014 18:57
Show Gist options
  • Select an option

  • Save jestan/8637532 to your computer and use it in GitHub Desktop.

Select an option

Save jestan/8637532 to your computer and use it in GitHub Desktop.
Android x86 Emulator on Linux

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>
@jestan
Copy link
Author

jestan commented Jan 26, 2014

@jestan
Copy link
Author

jestan commented May 16, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment