Skip to content

Dockerized Android Emulator for Instrumented Testing

Notifications You must be signed in to change notification settings

sgumirov/avd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Emulator in Docker to use with instrumented tests

ADB ports: 5565, 5564. Autodiscovered by adb, no setup needed. VNC/http port: 6080, open with browser. Warning: no auth! Do not expose unintentionally.

Requirements:

  • Docker
  • /dev/kvm available and VM-t enabled in bios
  • make

Usage:

make build to build

make start to start daemonized (check emulator running ith adb devices).

make stop to stop

About

Dockerized Android Emulator for Instrumented Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published