GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#python #alibabacloud #android #android_emulator #aws #azure #cloud #docker #docker_android #emulator #gcp #genymotion #jenkins #kubernetes #mobile_app #mobile_web #novnc #saltstack #selenium #selenium_grid #terraform

You can use Docker-Android to run Android emulators inside Docker containers, which helps you develop and test Android apps easily without needing physical devices. It offers many device profiles like Samsung Galaxy and Nexus models, supports viewing the emulator via VNC, sharing logs through a web interface, and controlling the emulator remotely with adb. It works on Ubuntu and can integrate with cloud services like Genymotion. This setup speeds up development, testing, and automation, making your workflow more consistent and efficient while saving resources. You can also persist data and run unit or UI tests with popular frameworks like Appium and Espresso. This helps you build and test Android apps faster and more reliably.

https://github.com/budtmo/docker-android
#shell #android #android_emulator #ci_pipeline #docker #docker_android

docker-android is a small, customizable Docker image with Android emulator, KVM, and ADB for remote control via scrcpy. Run it easily with `docker run --device /dev/kvm -p 55555555`. Customize Android versions (like API 33), add Play Store, or mount SDK externally for tiny sizes (138MB compressed without). It benefits you by enabling fast, consistent, headless Android testing in CI/CD pipelines, saving setup time and resources.

https://github.com/HQarroum/docker-android