false error from Eclipse: Function '__android_log_print' could not be resolved (Android, CDT)

后端 未结 4 697
灰色年华
灰色年华 2021-02-06 04:16

I have an Android NDK project whose NDK part compiles ok from command line; I used to have no problems with running the compiled stuff from under Eclipse as a pure Java project.

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-06 04:44

    How it can be ignored: open 'Problems' window, select errors in c/c++ files and press Del key. A confirmation msg box will be shown, but after that you can debug your app... until next rebuild =) Alternatively, as you mentioned earlier, you can just close all opened c/c++ files.

提交回复
热议问题