Skip to content

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAST ANDROID EMULATOR

  • Android 13.0
  • Tablet view
  • Preistalled: adb

generate android 13 image

Android 13 Pulls

License


example-usage

Why is this necessary?

  • 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)

Requirements

  1. You must have Linux
  2. You must install some packages for the emulator to work

tigervnc --> simply command for install

sudo apt update && sudo apt install -y -qqq tigervnc-viewer

docker --> please visit https://docs.docker.com/engine/install/ (you don`t need docker desktop ONLY docker engine)

Install

  • 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

Usage

  • 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

Acknowledgements

Special thanks to the aerokube.com for their emulator, the approaches in which were taken as the basis for the project

About

The project allows you to run Android in Docker to be able to use mobile messengers

Resources

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages