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

前端 未结 26 2555
暖寄归人
暖寄归人 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:08

    For some reason eclipse only showed a ! error on root and didn't specified what error it was. Go in Windows -> Show Views -> Problems. You might find all previous errors there, delete them, do a clean build and build again. You'll see the exact errors.

    Eclipse shows an error on android project but can find the error

提交回复
热议问题