Android Studio Delete module designation
Android Studio cannot delete the module directly, it should be referenced for the generic module.
1. Select the module you want to delete see if there is no delete?
2. No, click File in the upper left corner and click Project Structure
3. Select the app module and click on the right side of the module parameter to the right of the dependencies has the V4,V7 package and module referenced by your application.
4. Select the module you want to delete and right-click Remove
5, the left column select the module you want to delete, and then click on the upper left corner of the '-' minus, save back to the project development bar.
6. Now you can right-select the module you want to delete in the development bar to see if you have the delete you need?
7, delete, completed.
Android Studio Delete module designation