Debugging Qt Sources for Android
Solved
Qt Creator and other tools
-
Hi,
I'm currently working on a project which required me to compile my own Qt Version (I needed to enable Glib support for Android).
I have a segfault in my project, but I cannot follow the stack trace to see in details the last Qt function called before the glib causes the segfault.
http://image.noelshack.com/fichiers/2016/18/1462191402-capture-du-2016-05-02-14-16-21.png
I've tried to set the Source Paths Mapping in the settings, but I'm not quite sure if I did it right.
Can someone help me out on what value to put in Source Path & Target Path ?
Thank you very much !
Regards,
Allan.
Edit :
Switching from NDK11 to NDK10 solved my issue, I can now debug my custom Qt code.