emulator fast mode#5
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Emulator fast mode & kill emulator
Summary
fin the device pickerx): opens a picker listing running emulators to stop them, especially useful for headless emulators that have no window to closeChanges
internal/adb/adb.go—StartEmulatornow supports fast mode flags (-no-window -no-audio -gpu auto); addedListRunningEmulators(),KillEmulator(), and AVD name resolution viaadb emu avd nameinternal/ui/app.go— Fast mode toggle state, kill picker modal with navigation and enter-to-kill,emulatorKilledMsghandling,xkeybindinternal/ui/view.go— Fast mode checkbox (white text) in device picker, kill emulator picker modalinternal/ui/render.go— Addedx kill emuto help barREADME.md— Documented both features: key bindings, feature list, new sections with examplesTest plan
dto open device picker — fast mode checkbox should show[✓]by defaultfin picker to toggle fast mode off/onxwith running emulators — picker should list them with AVD name and serialxwith no running emulators — should show "No running emulators found"