Solved icon android apk
-
I developed an application, but I do not know how to change that standard android icon, I would like to customize it with a different symbol than the default)
-
hi, @Joao-Alysson
that is done via the AndroidManifest.xml. You can add one via QtCreator, that is used when you create your app viacreate Templates
otherwise, you'll have the edit the one that is created each time.
-