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

后端 未结 4 1074
轮回少年
轮回少年 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条回答
  •  -上瘾入骨i
    2020-12-29 13:10

    I've tried android-ndk-r8b with C:\Android\android-ndk-r8b in my PATH variable. Project compiled without error.
    However eclipse "says" that Unresolved inclusion:

    solved:

    NDK Project->New->Folder->Advanced->Link to alternate location(Linked Folder) Browse the path(for example):C:\Android\android-ndk-r8b\platforms\android-8\arch-arm\usr\include

提交回复
热议问题