安装 Microsoft Visual Studio 2017 产品并选择 Cross-Platform Mobile Development 工作负载后,它会添加 Visual Studio Emulator for Android 组件,包括一组 Android Virtual Devices (avd) 文件夹(例如 c:\Users\loginname\ .android\avd\VisualStudio_android-23_arm_phone.avd),包含一些非常大的 .img 文件。但是,从产品中删除/卸载“Visual Studio Emulator for Android”组件时,它不会删除 AVD 和 .img 文件。这些仍然完好无损并消耗超过 10GB 的磁盘空间。因此,问题是如何在不破坏某些内容的情况下安全地删除/卸载 Android Virtual Device .img 文件。直接从文件系统中删除它们是一个安全的选择吗?不幸的是,它没有出现在 Windows 控制面板的“ 添加/删除程序列表。感谢您提供任何指示/可能的建议。