Your project contains error(s), please fix it before running it

前端 未结 26 2594
暖寄归人
暖寄归人 2020-12-04 05:31

I am developing a simple Android application. But when I run Eclipse, it shows the following error:

Your project contains error(s), please fix it befo

26条回答
  •  醉酒成梦
    2020-12-04 06:22

    Is there a way to ignore existing errors in project. Something similar what eclipse allows in case of java projects.

    In my case the errors exist in jni directory. The errors are shown even though ndk-buid succeeds. So all i want to do is to ignore the errors reported by eclipse.

    If the errors are indeed errors then i should get unresolved symbols during ndk-build.

    I have ensured standard android includes are there in include path.

    Also my project is of type android/c/c++.

    I have two builders associated with the project 1. statndard android builder 2. custom ndk builder that ive explicitly created.

提交回复
热议问题