-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.6.1
-
Fix Version/s: Qt Creator 4.0.0
-
Component/s: Debugger
-
Labels:
-
Commits:6b2d2160a74c09c9c0b5ceaa1b0681faca31f198
Just installed Qt Creator 3.6.1 with Qt 5.6.0 in order to deploy Android applications.
Also installed Android NDK r11b.
Apparently, this NDK latest release does not come with arm-linux-androideabi-gdb.exe.
Qt Creator tries to use this tool when we try to debug the application deployed on Android. QtCreator complains that arm-linux-androideabi-gdb.exe is not found.
More info here: http://stackoverflow.com/questions/36182528/android-ndk-why-arm-linux-androideabi-gdb-exe-disappeared
A workaround would be really appreciated, having no debugger is really hard...