Qt Creator doesn't accept my Android NDK directory
-
I have the same issue.
I didn't build my Qt. I installed Qt using the wizard.
When I open my project, configured for Desktop and Android, I get the next message:
/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
In toolchains, I have arm-linux-androideabi-4.9, not 4.8. My NDK is the version r10.
-
Did you check whether the compiler is detected in Build and Run/Compilers ?
-
I went to Build & Run / Kits / Android for armeabi-v7a, under Compiler I have "Android GCC (arm-4.9)".
-
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!
-
That's a good technique ;)
However, you should also take a look at the qt-creator mailing list or IRC channel to see if someone already hit this with r10
-
"Here":http://lists.qt-project.org/mailman/listinfo/qt-creator subscribe then send an email. Don't forget to search the archive to see if there's already a thread about that
-
tarod.net: where did you find the link to download NDK r9 ?
I need to download it too, but I need the one for 64-bit Linux.
EDIT: I found it: http://dl.google.com/android/ndk/android-ndk-r9-linux-x86_64.tar.bz2