How do I change the name of the Android app?

Asked 1 years ago, Updated 1 years ago, 121 views

Can I rename the application without creating a new project? For example, there's iKON and name on my app. The name of the application is x, but I want to change it to y.

android android-manifest

2022-09-22 12:32

1 Answers

If you go to the Android manifest file, you can see android:label You can modify this value.


2022-09-22 12:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.