有办法删除一个模块在Android工作室? 当我右键单击一个模块,我找不到删除选项,是在其他地方吗?
当前回答
(编者注:这个答案在2013年5月的Android Studio v0.1中是正确的,但在2014年7月不再准确,因为提到的菜单选项已经不存在了——请参阅最新的替代答案)。
首先你得把它标记为排除。 然后右键单击,就可以删除项目了。
其他回答
我目前正在运行0.5.8版本的Android Studio,当我右键单击时,我甚至找不到“标记文件夹为”选项,我所做的是:
右键单击项目->在资源管理器中单击显示,然后删除它。
你可以通过Windows资源管理器直接删除它来达到同样的效果。这是我摆脱我不再想要的项目的唯一方法。哦,当然,这也将它从硬盘中移除。
假设:
你正在使用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中。就去
右键单击项目—>打开模块选项—>单击您的模块—>单击sign done然后按ok按钮。
如果你想手动删除(对我来说更容易),请遵循以下步骤:
让我们以“teste”为例。
1 -首先将资源管理器更改为“项目”,并打开“settings.gradle”;
2 -删除你想要的模块;
3 -转到项目的根文件夹,删除模块文件夹。
推荐文章
- Manifest合并失败:uses-sdk:minSdkVersion 14
- 为什么Android工作室说“等待调试器”如果我不调试?
- Android Studio 3.0口味维度问题
- App-release-unsigned.apk没有签名
- 如何在Android Studio中生成javadoc注释
- 学习Ruby on Rails
- 如何设置gradle家同时导入现有的项目在Android工作室
- Android Studio:模块不会显示在“编辑配置”中
- 执行com.android.build.gradle.internal.tasks时失败
- buildTypes不能应用于groovy.lang.Closure
- 错误:与依赖项“com.google.code.findbugs:jsr305”冲突
- 在Android Studio的模拟器上截图
- 如何在Android工作室的外部库中添加一个jar ?
- “需要Gradle 2.10版本。”错误
- adb.exe在windows 10中的位置?