Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexim/qemu-android-x86-runner
Quick Start on How to Run Android x86 in QEMU
https://github.com/rexim/qemu-android-x86-runner
android emulator qemu x86
Last synced: 13 days ago
JSON representation
Quick Start on How to Run Android x86 in QEMU
- Host: GitHub
- URL: https://github.com/rexim/qemu-android-x86-runner
- Owner: rexim
- License: mit
- Created: 2018-02-27T11:37:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T18:05:41.000Z (about 3 years ago)
- Last Synced: 2024-12-11T10:37:12.298Z (21 days ago)
- Topics: android, emulator, qemu, x86
- Language: Shell
- Size: 2.93 KB
- Stars: 194
- Watchers: 11
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Start
- Install [QEMU]
- Download `android-x86_64-7.1-r1.iso` from http://www.android-x86.org/download
- `$ ./qemu-install.sh ./android-x86_64-7.1-r1.iso ./android.img`
- `$ ./qemu-run.sh ./android.img`
- `$ ./qemu-run.sh ./android.img -vnc localhost:0` -- run with VNC listener on for local incoming connections on 5900 portNo root permissions should be required for running any of the scripts. If this is not true in some cases, please submit a fix with a Pull Request.
[QEMU]: https://www.qemu.org/