Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 8.0.2, Qt Creator 9.0.0
-
None
-
Android 11 arm-v7a, Qt 6.4.1, NDK 23.1.7779620, Windows 10, AMD Ryzen7.
Description
I'm getting crash in my application. Trying to figure it out. Launching it under debugger. Getting crash and Stack view is empty.
I'm using Qt 6.4.1. Windows 10. AMD Ryzen7 processor.
Android 11 arm-v7a.
I've also tried setting breakpoints (C++) - does not work also.
I've tried under my Linux (Ubuntu 22) virtual machine + Android virtual device - Stack view shows calls. However breakpoints still not working.
Tried x86 Android 11 virtual device - it can't even start debugging: getting stuck forever at "waiting for debugger" stage.
Tried x86_64 Android 12 virtual device - also can't start with another error: "Cannot attach JDB to the running application.".Then, after few reboots and restarts of Qt Creator - works the same as arm-v7a (i.e. does not work).