您的位置:首页 > 移动开发 > Android开发

Android Studio删除Project

2016-03-01 16:18 459 查看
最直截了当的方法是在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)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: