In my Android project I can see all android java symbols in my java code. Now when I do "System." then it suggests all the functions it supports. I can select say "LoadLibrary". or if I use a symbol then, eclipse tell me which java class to import.
But, in my ndk project (it generates .so and then also jar both), in jni cpp file, I can't see symbols if I do "env->". It just becomes like ordinary text editor without any hint.
any solution or explain why?