Set up final apk name in Qt Creator

By default, QtCreator uses QtApp-debug.apk as the final name when creating an Android apk.

Does anyone know if this name can be customized?

I searched for a place where you can change this "QtApp" part but couldn't find it. I even found an answer from Bogdan suggesting renaming this final file [ https://www.mail-archive.com/ qt-creator@qt-project.org /msg02821.html]

Before giving up, I thought I'd ask here. Thank!

+3


source to share


1 answer


Apparently ( http://qt-project.org/forums/viewthread/44612 ) you can't. You can simply rename it manually. However, you can set the app name (not the .apk name) in the manifest file.



+2


source







All Articles