eclipse 如何在 Android Studio 中关闭项目?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18081479/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:02:22  来源:igfitidea点击:

How to close a project in Android Studio?

androideclipseandroid-studio

提问by Fernando JS

How I closed a project in Android Studio like a close a project in workspace Eclipse?

我如何像在工作区 Eclipse 中关闭项目一样关闭 Android Studio 中的项目?

回答by Fernando JS

I think it's a legible question, because in Eclipse is a very helpful functionality.

我认为这是一个清晰的问题,因为在 Eclipse 中是一个非常有用的功能。

In Android Studio:

在 Android Studio 中:

File -> Close Project

文件 -> 关闭项目

回答by span

In android studio(3.0.1), File -> Open Recent -> Manage Projects -> click on 'X' for the project you wish to close. Now if you want to delete the project, go to the project location and delete it.

在 android studio(3.0.1) 中,文件 -> 打开最近 -> 管理项目 -> 单击要关闭的项目的“X”。现在,如果要删除项目,请转到项目位置并删除它。