Reputation: 14022
I want to delete a project from Android Studio 2.2.2
. I tried these steps:
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
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:
More details are described here.
Upvotes: 4