Skip to content

Releases: kil0bit-kb/kb-android-emulator

KB Android Emulator Manager v0.1.2

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:21

🚀 New Features & Performance

  • Automated Speed Mode: Added a toggle in the AVD edit settings to force GPU composition (Disable HW Overlays) automatically on boot.
  • Dynamic Hardware Detection: The app now queries and displays your machine's actual graphics card (GPU) name instead of a placeholder.

🛠️ Bug Fixes & Stability

  • Stale Lock Cleanup: The app now automatically cleans up leftover lock files (multiinstance.lock, hardware-qemu.ini.lock) upon startup to prevent launch crashes after unexpected shutdowns.
  • Tauri Threading Fix: Resolved a startup crash ("no reactor running") by migrating background ADB tasks to a thread-safe execution structure.
  • React Hook Fix: Resolved a rendering crash caused by out-of-order React hook declarations in the SDK Manager.

✨ UI & UX Refinements

  • Custom Confirmation Modals: Replaced basic browser dialogs for "Wipe & Boot" and "Delete" with custom, styled in-app confirmation windows.
  • Cleaned Up Navigation: Removed duplicate emojis on the main sidebar tabs for a cleaner, modern look.
  • Device Categorization: Improved the naming for Android TV and Google TV system images, and updated Android 16 (API 36) to correctly display as "Stable" instead of "Beta".

KB Android Emulator Manager v0.1.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:50

KB Android Emulator Manager v0.1.1 (Beta2)

Second beta release with stability fixes and new device configuration options.

🔧 Fixes

  • Fixed emulator stuck on boot logo when launched from the installed EXE
  • Edit device dialog now pre-fills the current emulator settings instead of showing defaults

✨ New

  • Qt Extended Sidebar Toggle — Choose per device whether to show the Android Emulator extended controls panel (location, battery, phone, etc.)

KB Android Emulator Manager v0.1.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:57

KB Android Emulator Manager v0.1.0 (Beta)

Welcome to the initial beta release of the standalone GPU-accelerated Android Emulator Manager!

🚀 Core Features & Enhancements

  • 🎮 GPU Accelerator Configuration: Toggle between host graphics card acceleration (host), software fallback (software), or automated mode (auto).
  • ⌚ Smart OS Auto-Tuning: Automatically detects and clamps RAM, CPU Cores, and Dalvik VM heaps for Wear OS watches, TV, and Automotive images to ensure stable boots.
  • 🧹 Wipe & Boot Recovery: One-click dashboard action to clear corrupted Quick Boot snapshots and factory-reset emulator storage.
  • ⚡ Compile Apps (AOT): Compiles user-installed guest applications directly to native machine code via ADB for stutter-free emulator gameplay.
  • 🌐 Network Acceleration: Configures guest DNS to Cloudflare (1.1.1.1) and optimizes TCP window buffers to boost download speeds.