I am working on android game development, whenever i test my game on my device, it is installed with the name "My LIBGDX Game", how can I change it?
To change your app name, you simply need to change the value of the android:label
attribute in the <application>
tag of your AndroidManifest.xml
.
This attribute usually references a string in strings.xml
which you can edit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With