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


当前回答

步骤1:右键单击项目>打开模块选项

步骤2: 点击你的模块——>点击(-)在弹出窗口左上角签署完成,然后按确定按钮。

步骤3:从项目中移除模块后

步骤4:再次在项目中单击右键,选择删除菜单,从磁盘空间(即文件夹)删除整个内容。

步骤5:通过单击done从磁盘删除模块的内容。

其他回答

我发现的最可靠的方法是进入项目结构,从依赖项中删除它,从你的设置中删除它。gradle文件。

在他看来,它似乎被完全删除了,但事实并非如此。如果您尝试重新添加模块,它会说它已经存在于项目中。

最后一步是使用文件资源管理器等到项目的位置并删除模块。

在studio 1.3.1上100%的时间都是这样

假设:

你正在使用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版本,删除Android Studio中的一个模块:

1. Open File -> Project Structure
2. Choose the Modules section from the left column.
3. In the right panel opened ,select the module you want to delete.
4. After selecting the module tap the (-) icon on the top to delete the respective module.

我目前正在运行0.5.8版本的Android Studio,当我右键单击时,我甚至找不到“标记文件夹为”选项,我所做的是:

右键单击项目->在资源管理器中单击显示,然后删除它。

你可以通过Windows资源管理器直接删除它来达到同样的效果。这是我摆脱我不再想要的项目的唯一方法。哦,当然,这也将它从硬盘中移除。

编辑项目的设置。Gradle文件:删除模块名(,':xxxxx'),其中xxxxx是要删除的模块名 使用文件资源管理器删除模块文件夹

顺便说一下,当前版本的Android Studio (v3.1.2)抛出一个异常,并退出删除与一个错误,而我正在删除模块通过模块设置=>选定模块=> -(减)

最好的问候,谢谢)