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条回答
神经病院院长
2楼-- · 2019-01-31 05:45

MAKE IT SIMPLE

  1. Open Project
  2. Go to AndroidStudioProjects Folder
  3. Right click on the project name to delete
  4. click Delete

Delete Android Studio Project

查看更多
登录 后发表回答