There I have: android:label="@string/app_name" Which in android world is a reference to a string in the resources file. I guess Qt is supplying the project name, not the Application Name.
I manually edited the label for the activity and it and works! I think this should be a bug. So I made one. https://bugreports.qt.io/browse/QTBUG-44324 > Sent: Thursday, February 05, 2015 at 3:22 PM > From: "Harri Pasanen" <[email protected]> > To: "Jason H" <[email protected]> > Cc: [email protected] > Subject: Re: [Interest] Wrong app name on android > > Hmm... I seem to have android:label attribute both for "application" and > "activity" > It may well be the latter that is shown under the icon. > > On 05/02/2015 21:14, Jason H wrote: > > Yes. > > I checked the <application android:label="NameHere"> and it is correct. But > > I still get "project" as the application label in the phone's > > (launcher/home screen/app list). > > When I say it "does not match" I mean to say that label="NameHere" does not > > match what is in the phone. > > > > > > Thanks. > > > >> Sent: Thursday, February 05, 2015 at 2:58 PM > >> From: "Harri Pasanen" <[email protected]> > >> To: "Jason H" <[email protected]> > >> Cc: [email protected] > >> Subject: Re: [Interest] Wrong app name on android > >> > >> Just to clarify, are you talking about the name that appears below the > >> icon in Android launcher? > >> Have you checked what name is in the phone app settings? > >> > >> Manifest and xml are the same thing to me, AndroidManifest.xml, so I > >> don't quite parse your sentence below either... > >> > >> Harri > >> > >> On 05/02/2015 20:26, Jason H wrote: > >>> I've checked the manifest The "correct" value is there... and > >>> uninstalled/reinstalled and it still does not match what is in the XML. > >>> > >>> I pushed it via the debugger - but other people who download it from the > >>> app store have the same problem. > >>> > >>>> Sent: Thursday, February 05, 2015 at 10:54 AM > >>>> From: "Harri Pasanen" <[email protected]> > >>>> To: [email protected] > >>>> Subject: Re: [Interest] Wrong app name on android > >>>> > >>>> On 05/02/2015 16:48, Jason H wrote: > >>>>> So I have an app name in the Application: Application Name field of the > >>>>> manifest viewer. > >>>>> > >>>>> But when I deploy it, it only comes up with the Qt project name > >>>>> ("project" in "project.pro") > >>>>> > >>>>> How do I get the version on the phone to match the Application name? > >>>>> > >>>> Hmm... I don't recall exact details, but I believe I edited the manifest > >>>> by hand, in > >>>> <application android:label="NameHere" > >>>> > >>>> _______________________________________________ > >>>> Interest mailing list > >>>> [email protected] > >>>> http://lists.qt-project.org/mailman/listinfo/interest > >>>> > >> > > _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
