有办法删除一个模块在Android工作室? 当我右键单击一个模块,我找不到删除选项,是在其他地方吗?
当前回答
删除文件>文件结构>依赖> -按钮。然后,如果它是静止的,你可以删除模块进入设置。Gradle文件,并从包含行中删除它。
其他回答
(编者注:这个答案在2013年5月的Android Studio v0.1中是正确的,但在2014年7月不再准确,因为提到的菜单选项已经不存在了——请参阅最新的替代答案)。
首先你得把它标记为排除。 然后右键单击,就可以删除项目了。
设置。gradle[About]文件负责项目中的模块
从settings.gradle中删除<module_name>。它还可以包含projectDir设置 删除<module_name> build.gradle中的模块
implementation project(':<module_name>')
用Gradle文件同步项目
对于最新的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.
假设:
你正在使用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进行调试永远停留在“等待调试器”状态
- 错误:无法运行mksdcard SDK工具
- Android Studio的警告屏幕选项在哪里?
- 如何同步项目到GitHub与Android工作室?
- Xcode 4 -构建输出目录
- Android Studio在哪里保存ProGuard映射文件?
- 在android studio中不能小写按钮文本
- 在Eclipse中更改字符串的大小写
- Android Studio突然无法解析符号
- Android Studio缺少必要的插件org.jetbrains.android
- 颤振插件未安装错误;当运行'扑动医生'时
- 如何在编辑器(Atom, notepad++, Kate, VIM, Sublime, Textpad等)和ide (NetBeans, IntelliJ IDEA, Eclipse, Visual Studio等)中选择列
- Android工作室如何运行gradle同步手动?
- 磁盘上不存在APK文件