budtmo / budtmo/docker-android
I founded a way to install this on arch
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
### Idea
## Arch Install
1. If you use Arch Linux on your host machine, you can run this natively. Unlike OSX or Windows, you do not need a Virtual Machine because Arch supports KVM and Docker directly.
2. Your machine should support virtualization. To check if virtualization is enabled and the modules are loaded, run:
LC_ALL=C lscpu | grep Virtualization
lsmod | grep kvm
3. Run Docker-Android container
docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0
4. Open http://localhost:6080 to see inside running container.
5. To check the status of the emulator
docker exec -it android-container cat device_status
### Probelm to solve
nothing
### Additional Note
this is just a way to install it on arch
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.