__ANDROID__ macro suddenly not defined

后端 未结 3 1952
清酒与你
清酒与你 2020-12-16 06:42

I\'m working on an app which uses NDK (all I\'m writing happened both on r6b and r8d)

Everything was working fine, and I wanted to start and try debugging my C code.

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-16 07:23

    If anyone else encounters this issue:

    I opened the workspace on another computer (Workspace is in a Dropbox folder), and the problem was still there on the other computer, which could only mean a workspace issue, so I delete the .metadata folder from the workspace.

    I had to re-add the projects, but after doing so, everything seems to work now.

提交回复
热议问题