In Qt Creator when building for android, there is the option of disabling the debug server (this is necessary for releasing applications in the Google Play Store) in "Release" mode. Unfortunately I am unable to sign the application package (look here) using Qt Creator. However, I am able to sign the package using the Android SDK (apksigner
). The only problem is that I need to disable the debug server (because of Play Store policy) but Qt Creator disables the option to do when I uncheck "Sign Package". Is there any solution/workaround for this?
Asked
Active
Viewed 169 times
2

reckless
- 741
- 12
- 53