Whenever I trying to build apk using Qt Creater, I got warning message:
i686-linux-android-gcc: error: unrecognized command line option '-mthumb-interwork'
and then issue generated
error: unrecognized command line option `-mthumb`
I am using mingw 4.7.2 and correctly placed the NDK, SDK, JDK, ANT. Also, I am using Qt 5.2.1
↧