Android Add Native support - unresolved jni.h, android/log.h etc

后端 未结 4 1089
轮回少年
轮回少年 2020-12-29 12:29

Before today i use Eclipse 3.8 with Sequoyah plugin for Android NDK project. But today i decide to freshen Eclipse to Juno release with SDK and NDK.
I w

4条回答
  •  无人及你
    2020-12-29 13:15

    You can do this by choosing Properties for the project

    Properties -> C/C++ General -> Preprocessor Include..-> Entries -> Setting Entries -> CDT User Setting Entries

    Add -> Include Directory -> File System Path, and enter the path of the includes

    ndk/platforms/android-[version]/[arch]/usr/include
    

提交回复
热议问题