Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete project and all setting from Android Studio

My question i hope is very simple for solution.

I try this:

1) I have wrong imported project X from folder (this project is inside a folder and the icon is the simple folder) with Android Studio.

2) I delete this project from Android Studio (for try to import the second time).

Now i try to reimport again:

3) When i go to search again project X now i see the icon Android Studio not a icon folder.

So my question is..Android Studio save some setting for this project? and how i can delete all?

like image 560
DevOps85 Avatar asked Sep 10 '15 06:09

DevOps85


People also ask

How do I clean my android project?

Clear your project directory Obviously, try to clean your project from android studio : “Build -> Clean Project”. This will clear your build folders. Clear the cache of Android Studio using “File -> Invalidate Caches / Restart” choose “Invalidate and restart option” and close Android Studio.

How do you remove a project?

To delete a project, first load the project in the source editor by choosing the project from the file manager tree. Click on the File menu on the Editor tab above the source editor. In the File menu, select Delete Project. All project source code and data will be deleted after you confirm the deletion.

How do I delete a project module?

Step 1: First, go to the project section on the left-hand side of the Android studio. Step 2: Right-click on the project whose module you want to delete and go to the option of Load/Unload modules. Click on the module which you want to delete and click on unload button.


1 Answers

Inside the project you will find some Android Studio files.

  • .idea : in this folder Android Studio saves the settings
  • .iml in each module. In these files Android Studio stores the module information

You can delete these resources, and then reimport again the folder.

like image 97
Gabriele Mariotti Avatar answered Sep 25 '22 02:09

Gabriele Mariotti