Native c++ with Android on Eclipse - gives error on stdlib but works

前端 未结 1 1147
迷失自我
迷失自我 2021-01-15 11:32

I have been building my android app in an android eclipse environment. Building my c++ code and compiling it independantly with ndk-build. That works fine.

I need t

相关标签:
1条回答
  • 2021-01-15 11:54

    You, probably, can, first, disable errors in Project Properties|C/C++ General|Code Analysis so your project compiles.

    You can then check if the include paths in Project Properties|C/C++ General|Paths and Symbols are correct.

    I have also heard that updating the ADT plugin may help.

    0 讨论(0)
提交回复
热议问题