stdlib.h: No such file or directory
Unsolved
Mobile and Embedded
-
hi , i want to develop a android app in qt . i downloaded sdk , jdk , ndk and i added successfully in the qt creator in my windows system . but when i select my android kit and run my hello world app its showing error stdlib.h : no such file or directory .
thak you
-
Are you using the GCC toolchain (not the newer clang one)? Which Android API build level have you chosen (both in project settings and as env variable in Build Environment - ANDROID_NDK_PLATFORM)?
It could be that you've chosen something too new or too old. Tweaking these settings might get you rolling.
Also, make sure your kit is properly set up.
-
Hm, should work. Maybe another issue with SDK update, they seem to crop up frequently recently.