Android Studio删除Project

来源:互联网 发布:尔雅网络课是什么 编辑:程序博客网 时间:2024/05/16 19:39


最直截了当的方法是在Project所在目录直接删除整个Project,然后再次打开Android Studio的欢迎界面中把光标移到你的Project上,然后按键盘上的Delete键即可!

参考自stackoverflow:http://stackoverflow.com/questions/16710290/how-to-delete-a-module-in-android-studio/25660099#25660099

Go to File > Reopen Project > Clear list (This will clear the entire recent project list. To delete one project at a time, Go to File > close Project. Now the startup page of android should popup. Select the project you want to delete, press delete on keyboard and say ok).

Close Android studio

Delete the project from C:\users\username\AndroidStudioProjects Now launch android studio :)

(Tested on 0.8.6 beta)

       

0 0