Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete a project completely from Android Studio?

I want to delete a project from Android Studio 2.2.2. I tried these steps:

  1. Delete module
  2. Delete from recent files
  3. Delete directory
  4. Delete by nautilus

But directory AndroidStudioProjects/Application_Name/.idea/ returns back with these contents after restarting Android Studio:

./misc.xml
./compiler.xml
./workspace.xml
./copyright/profiles_settings.xml

How delete a module completely?

like image 348
hasanghaforian Avatar asked Sep 06 '25 15:09

hasanghaforian


1 Answers

I'm beginner in "Android Studio" and confused terms "project" and "module". So when I wanted to delete a project, did deleting a module and that was the real problem.

Finally I did these steps:

  1. Closed the project
  2. Removed that from "recent projects list"
  3. Deleted project directory by "System File manager"

More details are described here.

like image 195
hasanghaforian Avatar answered Sep 09 '25 10:09

hasanghaforian