How to modify the installation name and icon in android studio?

1. Previously, I only need to change the app_name to develop android, in eclipse, but when I first migrated to android studio, this place is displayed in English during installation, and the icon is not the icon I want, but after the installation is complete, the name and icon of the desktop are correct, where should I change it? Directly above:

Feb.12,2022

1. Modify the name: app- > src- > main- > res- > values- > strings.xml modify the app_name.
2. Modify the icon: file- > new- > image asset , select the icon of app under foreground layer, and modify the background color of the icon under background layer.

Menu