How to permanently remove a project in Android Studio?

6

I would definitely remove an Android Studio project, I realize that on the home page below, if I have a project selected and hit Delete, the project is removed from the list, but I still find it in my projects folder. I wonder if there is a more practical way, by Android Studio itself, to permanently remove the project. Thanks!

    
asked by anonymous 02.09.2015 / 16:17

2 answers

4

Yes, there is a way for Android Studio.

With your project open, right-click on your project in the project bar and select "Delete."

When you open Android Studio again, simply remove the project from the list of recent projects.

    
01.12.2015 / 02:12
-1

Go to the folder where Android Studio projects are saved, example:

C: \ Work \ SEUNOME \ PRINTNAME

Within this folder, delete the project you want and you're done.

So the next time you sign in to Android Studio, the removed project will no longer appear in the list.

    
02.09.2015 / 18:23