如何更改应用程序安装在 phone 上的名称

How to change the name with which the application is installed on the phone

我想知道您是否可以更改安装在 phone 上的应用程序的名称。假设 public 名称。

我已经尝试更改文件夹名称、包名称以及出现在 settings.gradle 中的名称。

通过更改 AndroidManifest.xml 中应用程序节点中的 android:label 字段。

更详细answer