Modify the module name of Android Studio
When we create a project for the first time, Android Studio will automatically create an app module for us. The module here is equivalent to the project in Eclipse, android Studio only puts all modules in one project for management. This app was created at the beginning. We can delete it and create a new one or change it to what we need. Of course, select the latter ..
Steps:
1. UseShortcut Key Shift + F6OrRight-click the module name -- Refactor--RenameRename the module
2. Click Edit Configurations in the module list... ", enter the settings page, enter the Name entered in step 1 in Name, select the corresponding Module in module, and click OK to complete the modification.
The reason for this record is that after the module name is changed, a warning box is displayed when you run the program:Failed to complete gradle execution already disposed: Module: appI have found a lot of information on the Internet and can only delete this project and create a new one. As a newbie, I still don't understand many things. Sorry ~