Hello,

I am in the process of building Qt for android. I have all the SDK, NDK, etc. downloaded and Qt android packages as well. I am on win7.

I can use android emulator and hardware and build a release version of a program and run it on the machines.

But when I try debug the problems start. I think its a problem with NDK according to the debug log.

Qt Code:
  1. The gdb process failed to start. Either the invoked program "C:/Android/android-ndk-r11c-windows-x86/android-ndk-r11c/toolchains/x86-4.9/prebuilt/windows/bin/i686-linux-android-gdb.exe"
  2. ..
  3. I Qt JAVA : DEBUGGER: Waiting for debug socket connect
  4. I Qt JAVA : DEBUGGER: go to sleep
  5. ...
To copy to clipboard, switch view to plain text mode 

I have tried to find answers what to do, where to get that binary, but it seems its no more offered. I got no clue if I have to use some visualGDB(?) or what to do here. Does anyone have android debug on windows working? Pretty much starting on android development and tought that having used Qt for c++ etc. QML+c++ would be the way to go. But this seems just too much work and hassle.