Delete Item
Click File--project Structure
On the Project structure page, select the item you want to delete, and click the minus icon above.
I removed two, and when I opened it again, there was nothing.
If you want to eliminate the need to completely delete a step
Test Bottom Delete
After the above steps, right-click on the item and delete will remove the item.
The item deleted by the bottom of the test cannot be restored, but it is not possible to run the project if it is not completely deleted.
In order to test I removed the APP2 base .
If you want to recover, you can run it, as long as the steps are not completely removed:
1: Open Setting.gradle file
2: Add the following code to run the project name
3: Click Update gradle file
Then you can see such as:
This will allow you to continue running the project. However, Project APP2 is not operational and does not exist after the update of the Setting.gradle file with include ': App2 ' .
Delete items and items in Android Studio------The use of project structure