-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.3
-
None
-
Product: Qt Creator 17.0.2
Based on: Qt 6.9.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)
Built on: Sep 29 2025 00:08:56
From revision: 8f6c1bca98
uname -a
Linux greifmobil3 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
Running QtCreator17 in docker image just like AndroidStudio.
build-tools;36.0.0 | 36.0.0 | Android SDK Build-Tools 36 | build-tools/36.0.0
cmake;3.31.6 | 3.31.6 | CMake 3.31.6 | cmake/3.31.6
cmdline-tools;latest | 19.0 | Android SDK Command-line Tools (latest) | cmdline-tools/latest
emulator | 36.2.12 | Android Emulator | emulator
ndk;27.2.12479018 | 27.2.12479018 | NDK (Side by side) 27.2.12479018 | ndk/27.2.12479018
ndk;27.3.13750724 | 27.3.13750724 | NDK (Side by side) 27.3.13750724 | ndk/27.3.13750724
platform-tools | 36.0.0 | Android SDK Platform-Tools | platform-tools
platforms;android-30 | 3 | Android SDK Platform 30 | platforms/android-30
platforms;android-33 | 3 | Android SDK Platform 33 | platforms/android-33
platforms;android-34 | 3 | Android SDK Platform 34 | platforms/android-34
platforms;android-35 | 2 | Android SDK Platform 35 | platforms/android-35
platforms;android-36 | 2 | Android SDK Platform 36 | platforms/android-36
Product: Qt Creator 17.0.2 Based on: Qt 6.9.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64) Built on: Sep 29 2025 00:08:56 From revision: 8f6c1bca98 uname -a Linux greifmobil3 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal Running QtCreator17 in docker image just like AndroidStudio. build-tools;36.0.0 | 36.0.0 | Android SDK Build-Tools 36 | build-tools/36.0.0 cmake;3.31.6 | 3.31.6 | CMake 3.31.6 | cmake/3.31.6 cmdline-tools;latest | 19.0 | Android SDK Command-line Tools (latest) | cmdline-tools/latest emulator | 36.2.12 | Android Emulator | emulator ndk;27.2.12479018 | 27.2.12479018 | NDK (Side by side) 27.2.12479018 | ndk/27.2.12479018 ndk;27.3.13750724 | 27.3.13750724 | NDK (Side by side) 27.3.13750724 | ndk/27.3.13750724 platform-tools | 36.0.0 | Android SDK Platform-Tools | platform-tools platforms;android-30 | 3 | Android SDK Platform 30 | platforms/android-30 platforms;android-33 | 3 | Android SDK Platform 33 | platforms/android-33 platforms;android-34 | 3 | Android SDK Platform 34 | platforms/android-34 platforms;android-35 | 2 | Android SDK Platform 35 | platforms/android-35 platforms;android-36 | 2 | Android SDK Platform 36 | platforms/android-36
-
-
2025wk44s3QtforAndroid
APK builds successfully.
On adjusting build.gradle, *.so file with symbols is contained in APK:
packagingOptions {
doNotStrip '**{}/*{}.so' # it's asteriskasteriskslashasteriskdotso that Jira cannot handle (and not asterix )
}
__
buildFeatures {
viewBinding true
}
Breakpoint is set. Debugger starts app (smartphone S10). App doesn't stop at the breakpoint. APK is debugable in AndroidStudio after adjusting path to *.so file with debug symbols (same file as packed into APK when build.gradle changed as shown). App output is printed to "Application Output".