Setting App Name on mac

To add a name for your app, you need to edit the file called AndroidManifest.xml.

You can find this particular file in the following folder android -> app -> src -> main -> AndroidManifest.xml

Find in the file the 13th string and enter there the name of your application.

Last updated