-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: uninstall avd #60
Conversation
Prerequisite #59 for adding the |
const installedAvds = execBinarySync(avdmanagerLocation, 'avdmanager', platform, 'list avd -c'); | ||
if (!installedAvds) { | ||
Logger.log(`${colors.yellow('Failed to fetch installed AVDs.')} Please try again.`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also provide a command here that the user can run to list all the installed AVDs (probably using the dot command?).
Also, do you think it'd be worth adding a list
subcommand to the tool, to list various things like list devices
to list all the connected devices and list avd
to list all the avds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a good idea. We can add a subcommand for listing devices.
Description
This PR adds the support for deleting an AVD. This feature can be accessed with this command:
Screencast.from.02-08-24.11.59.10.AM.IST.webm