PDA

View Full Version : Android & Qt Creator - compiler not found



tarod
18th August 2014, 16:46
Hi!

I've been some days trying to launch a Qt Quick application in Android using Qt Creator, but it's exasperating.

When I open my project, the General Messages tab says "/bin/sh: 1: /home/link/development/android-ndk-r10/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc: not found"

Actually, I don't have that directory. My NDK version is r10 which includes the directory "arm-linux-androideabi-4.9", not the 4.8 that Qt Creator is requesting.

I think all my configuration is OK, so I don't know where is the problem.

Any idea?

tarod
19th August 2014, 15:34
Hello again,

Finally, I took the easy way out: download and use NDK r9 (http://dl.google.com/android/ndk/android-ndk-r9-linux-x86.tar.bz2)

Thanks!