- Android 13.0
- Tablet view
- Preistalled: adb
- easy way to run android on linux
- safe because it's in a container and isolated from the rest of the system
- makes it possible to use applications that require only mobile version for registration (Viber, WhatsApp)
- You must have Linux
- You must install some packages for the emulator to work
tigervnc --> simply command for install
sudo apt update && sudo apt install -y -qqq tigervnc-viewerdocker --> please visit https://docs.docker.com/engine/install/ (you don`t need docker desktop ONLY docker engine)
- Using the command below, download the script for yourself
curl -O https://raw.githubusercontent.com/dzhunli/android_in_docker/main/shell-emu | chmod +x ./shell-emu- (OPTIONAL) Add the ability to run from anywhere
sudo mv shell-emu /usr/local/bin- Use this command to launch and manage the emulator
shell-emu -<flag>| flag | Description |
|---|---|
| -r | Run & connect to android emulator |
| -d | Delete all android emulator containers |
| -h | Show help |
Special thanks to the aerokube.com for their emulator, the approaches in which were taken as the basis for the project
