Eclipse CDT complains about unresolved functions but still builds successfully

后端 未结 5 735
轮回少年
轮回少年 2021-01-18 07:26

The following C++ application compiles and runs successfully within Eclipse CDT but the IDE is still reporting an error stating:



        
5条回答
  •  死守一世寂寞
    2021-01-18 07:36

    what helped me was on the jni folder press the right mouse button properties > c/c++ general > paths and symbols add the same paths as in project > properties c/c++ general > paths and symbols

    hope it helps

提交回复
热议问题