Skip to content

Kernel-Butter/android-emulator-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Android Emulator Launcher - Professional Edition

A powerful, user-friendly PowerShell script to manage and launch Android emulators with ease.


πŸ“¦ Features

  • βœ… Interactive menu-driven interface
  • πŸš€ Multiple launch modes:
    • Quick Start (optimized)
    • Headless (no UI)
    • Cold Boot (with data wipe)
    • Standard
    • Performance Mode (high resource config)
  • πŸ“Š System and SDK diagnostics
  • πŸ”„ Emulator status viewer and process manager

πŸ›  Requirements

easiest way is to setup andriod studio.

manuall:

  • Windows PowerShell 5.1+ (or PowerShell Core)
  • Android SDK installed with:
    • emulator.exe
    • adb.exe
  • At least one valid AVD (Android Virtual Device)

πŸ”§ Configuration

Edit the top of the script to adjust paths and AVD name:

$script:Config = @{
    EmulatorPath = "C:\Path\To\Sdk\emulator\emulator.exe"
    AdbPath = "C:\Path\To\Sdk\platform-tools\adb.exe"
    AvdName = "Your_AVD_Name"
    DefaultMemory = 2048
    DefaultCores = 4
    BootTimeout = 120
}

🧰 Use Cases

This tool is especially useful for:

πŸ‘¨β€πŸ’» Android Developers

  • Quickly launch emulators with predefined resource settings.
  • Skip launching Android Studio just to run an emulator.

πŸ§ͺ QA Engineers & Testers

  • Use headless mode for silent background testing.
  • Perform repeated cold boots to ensure app consistency across clean environments.
  • View emulator status instantly and kill all sessions in one click.

πŸ”„ CI/CD & Automation Pipelines

  • Launch emulators directly from scripts or CI jobs via CLI mode.
  • Run emulator checks and configure GPS coordinates as part of test setup.

πŸ§‘β€πŸ’Ό DevOps / IT Teams

  • Provide non-developers with a simplified interface to start Android emulators.
  • Bundle into workstation setup scripts for new team members or test labs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published