有办法删除一个模块在Android工作室? 当我右键单击一个模块,我找不到删除选项,是在其他地方吗?


当前回答

在Android Studio中删除模块:3.1.4。

Goto Project-->Right Click on Module (FolderIcon-GreywithGreenColorDot) -->Load/UnLoadModules in PopUp -->Select Which Module to Unload in PopUpWindow Again RightClick on Module (FolderIcon-OrangeColor) -->Remove module. Finally, RightClick again on Module (FolderIcon-GreyColor) -->Delete. Note:Incase Project Enabled with Git please remove module from settings.gradle, otherwise deleted module.iml will show in project module list(Reference Link).gradle.xml which is located in project/.idea/gradle.xml--remove a module from here.

希望能有所帮助。 感谢。

其他回答

正如我所看到的,在Android Studio 0.5.1中,你必须通过简单地执行File ->关闭项目来关闭项目,然后将鼠标移动到你想要删除的项目上,然后将鼠标保持在同一个项目上,然后按delete,然后单击“OK”按钮,这将从Android Studio中删除你的项目。

在Android Studio中删除模块:3.1.4。

Goto Project-->Right Click on Module (FolderIcon-GreywithGreenColorDot) -->Load/UnLoadModules in PopUp -->Select Which Module to Unload in PopUpWindow Again RightClick on Module (FolderIcon-OrangeColor) -->Remove module. Finally, RightClick again on Module (FolderIcon-GreyColor) -->Delete. Note:Incase Project Enabled with Git please remove module from settings.gradle, otherwise deleted module.iml will show in project module list(Reference Link).gradle.xml which is located in project/.idea/gradle.xml--remove a module from here.

希望能有所帮助。 感谢。

假设:

你正在使用Android Studio 1.2.1或1.2.2(我还没有最新的版本,当我这样做时,我会再次编辑它)。 您的项目工具窗口显示以下视图之一:“项目”,“包”,“Android”或“项目文件”

删除Android Studio模块的操作如下:

In the Project Tool Window click the module you want to delete. Between the Tool Bar and the Project Tool Window the tool bar you will see two "chips" that represent the path to the selected module, similar to: your-project-name > selected-module-name Right click on the selected-module-name chip. A context menu with multiple sections will appear. In the third section from the bottom there will be a section that contains "Reformat Code..", "Optimize Imports..." and "Delete". Select "Delete" and follow any prompts.

要在Android Studio 2.3.3中删除一个模块,

打开文件->项目结构 在项目结构窗口中,当前项目的模块列表显示在左侧面板上。选择需要删除的模块。 然后点击左上角的按钮,这意味着左上方的面板。

这是Android studio 2.3.3 我没有在文件菜单下找到任何项目结构。 这是图片中的步骤