I strongly think this is a bug on Eclipse.
The problem I have is explained in the image I attached so please take a look.
I think I did the all settings correctly.
${NDKROOT}/platforms/android-9/arch-arm/usr/include in Paths and Symbols GNU C/C++
But I keep having "No such file" error when I try to include <android/asset_manager_jni.h>.
The funny thing is #include <android/log.h> doesn't give me any error msg even though both files are in the same folder.
The weird thing is that AAssetManager class becomes available even though it gives me "No such file" error.
Can someone please tell me what is going on??