Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.4.0
-
None
Description
When QtCreator is told to sign a debug build, it gives a warning (which is fine) and but the output is named wrong:
Android package built successfully in 24.464 ms. -- File: /Users/jhihn/Projects/build-outbreak-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_1_057c5b-Debug/android-build//build/outputs/apk/android-build-release-signed.apk
The output should be "android-build-debug-signed.apk"
I think this is probably a result of androiddeployqt, and not QtCreator?