Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Clear Recent Projects List in Android Studio?

Is there any way to clear Recent Projects in Android Studio 0.1.1 ?

like image 730
user2504201 Avatar asked Jun 20 '13 08:06

user2504201


People also ask

How do I completely delete a project in Android Studio?

In the Android Studio welcome screen, click on the project name and select Remove From List. Select File > Open Recent > Manage Projects, select the project, and press the delete key or click the X that's displayed on it.

How do I delete recent projects in Visual Studio 2015?

To remove a single project from Recent Projects list you can right click on the project and select remove. (The screenshot is in Italian, but it's clear.) Have to restart visual studio to get it removed from the file -> recent project list.


2 Answers

All at once? No, but you can hover your mouse over the project name e hit Delete on your keyboard.

UPDATE

I don't know if it existed or was added in the lastests version, but open any project and go to File > Reopen and select Clear List. Click OK on the confirmation dialog and next time you open AS the Recent Projects list should be blank.

like image 114
Androiderson Avatar answered Sep 19 '22 10:09

Androiderson


Focus on the list > Ctrl+A > Del > OK.

like image 34
user3179958 Avatar answered Sep 21 '22 10:09

user3179958