Remove Project from Android Studio

2019-01-31 04:43发布

Does any one know how to remove a project from Android Studio in an attempt to re- export it from Eclipse?

So far I have tried removing all the gradle files associated with the project, which causes an error when Android Studio tries to open my project.

These files were not located in AndriodStudioProjects Folder because I only imported the project it was not moved....

Basically what I would like to accomplish is, removing the file from the list of recent projects in Android Studio, re-export it from Eclipse and then import a working project back into Android Studio.

13条回答
ら.Afraid
2楼-- · 2019-01-31 05:18

This is for Android Studio 1.0.2(Windows7). Right click on the project on project bar and delete.

delete from studio

Then remove the project folder from within your user folder under 'AndroidStudioProject' using Windows explorer.

Close the studio and relaunch you will presented with welcome screen. Click on deleted project from left side pane then select the option to remove from the list. Done!

remove from list

查看更多
Emotional °昔
3楼-- · 2019-01-31 05:18

You must close the project, hover over the project in the welcome screen, then press the delete button.

查看更多
萌系小妹纸
4楼-- · 2019-01-31 05:19

If you are trying to delete/cut as suggested by @Pacific P. Regmi and if you are getting "Folder in use" which won't let you to delete/cut make sure to close all the android studio instances.

查看更多
霸刀☆藐视天下
5楼-- · 2019-01-31 05:22
  1. Go to your Android project directory

    C:\Users\HP\AndroidStudioProjects
    

    Screenshot

  2. Delete which one you need to delete

  3. Restart Android Studio

查看更多
趁早两清
6楼-- · 2019-01-31 05:25

File > Close Project

move your mouse cursor on the project and press Delete keyboard button :)

EDIT try this solution, works for me

查看更多
看我几分像从前
7楼-- · 2019-01-31 05:28

Select your project in the projects window > File > Project Structure > (in the Modules section) select your project and click the minus button.

查看更多
登录 后发表回答