3

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?

Community
  • 1
  • 1
hasanghaforian
  • 13,858
  • 11
  • 76
  • 167

1 Answers1

2

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.

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167