Change application name

I cannot find the place to change the name of the application I am writing.

In the Navigator, go to the Build Sections setting and click on an OS target. In the Inspector you’ll see an App Name property.

Thank you. It worked great but I did not realized I had to scroll to the very bottom

Running Windows ?

No, the behavior described is for Android. Google “apk” for more information.

Xojo doesn’t make Android apps (yet).

However, generally speaking, to change the name that appears in the Launcher/Home Screen you need to change the title of the default activity, probably in the app manifest.

This is covered in Paul’s post which is flagged as the answer.