有办法删除一个模块在Android工作室? 当我右键单击一个模块,我找不到删除选项,是在其他地方吗?
当前回答
要在Android Studio 2.3.3中删除一个模块,
打开文件->项目结构 在项目结构窗口中,当前项目的模块列表显示在左侧面板上。选择需要删除的模块。 然后点击左上角的按钮,这意味着左上方的面板。
其他回答
(编者注:这个答案在2013年5月的Android Studio v0.1中是正确的,但在2014年7月不再准确,因为提到的菜单选项已经不存在了——请参阅最新的替代答案)。
首先你得把它标记为排除。 然后右键单击,就可以删除项目了。
在android-studio版本2中。就去
右键单击项目—>打开模块选项—>单击您的模块—>单击sign done然后按ok按钮。
在Android studio v1.0.2中
方法1
进入项目结构,文件->项目结构…,如下图所示,单击-图标可移除模块。
方法2
编辑文件设置。Gradle并删除要删除的条目。例如,将文件从包含“:app”,“:apple”编辑为包含“:app”。
这在大多数情况下都是可行的,但是最后如果你不再需要它,你必须手动从磁盘中删除它。
假设:
你正在使用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.
如果你想手动删除(对我来说更容易),请遵循以下步骤:
让我们以“teste”为例。
1 -首先将资源管理器更改为“项目”,并打开“settings.gradle”;
2 -删除你想要的模块;
3 -转到项目的根文件夹,删除模块文件夹。
推荐文章
- Android Studio, logcat在应用程序关闭后清理
- C++ Linux的想法?
- Android Studio中的。iml文件是什么?
- Android Studio无法找到有效的Jvm(与MAC OS相关)
- 在Android Studio中改变矢量资产的填充颜色
- 用Android Studio进行调试永远停留在“等待调试器”状态
- 错误:无法运行mksdcard SDK工具
- Android Studio的警告屏幕选项在哪里?
- 如何同步项目到GitHub与Android工作室?
- Xcode 4 -构建输出目录
- Android Studio在哪里保存ProGuard映射文件?
- 在android studio中不能小写按钮文本
- 在Eclipse中更改字符串的大小写
- Android Studio突然无法解析符号
- Android Studio缺少必要的插件org.jetbrains.android