hasanghaforian
hasanghaforian

Reputation: 14022

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?

Upvotes: 4

Views: 10289

Answers (1)

hasanghaforian
hasanghaforian

Reputation: 14022

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.

Upvotes: 4

Related Questions