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

前端 未结 26 2525
暖寄归人
暖寄归人 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 05:57

    What caused this problem for me was none of the above, but simply that I'd left the "debuggable" attribute to false in the manifest.xml file after doing a release. D'oh!

    Of course neither the LogCat, Error log, Console, or Problems window alerted me to this..

提交回复
热议问题