Remove Project from Android Studio

前端 未结 15 1422
终归单人心
终归单人心 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

提交回复
热议问题