Remove Project from Android Studio

前端 未结 15 1341
终归单人心
终归单人心 2020-12-23 15:44

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 associa

相关标签:
15条回答
  • 2020-12-23 16:26

    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

    0 讨论(0)
  • 2020-12-23 16:28

    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.

    0 讨论(0)
  • 2020-12-23 16:29

    The project can be removed from the "recent project" list but it will still remain in the project directory. To remove from the project list:

    1. Close the project
    2. Highlight the project in the "recent project" list
    3. Press Backspace (NOT Delete!)

    To completely remove the project:

    1. List item
    2. Use Windows File Explorer to navigate to the Android Studio project directory (normally in "x:\Users\YourName\AndroidStudioProjects")
    3. Select the project to delete
    4. Press Delete (NOT Backspace!)
    0 讨论(0)
提交回复
热议问题