Reputation: 2006
I get:
Your project contains error(s), please fix them before running your application.
...when I try to compile and run my project.
Eclipse indicates no errors. The only warnings I have are asterisk imports.
Yes, I have tried cleaning and building the project, but to no avail.
The problem didn't even go away when I temporarily deleted the single source file I have (and then cleaned and built).
I've tried restarting Eclipse multiple times.
I doubt rebooting my computer will have any effect.
My Droid X is plugged in on USB for testing. Not sure if that would have any effect.
Things like these are really frustrating, I really appreciate the help.
Upvotes: 0
Views: 726
Reputation: 1
I deleted the whole code and saved it in a seperate file. than save the empty file where the non-existing errors appear. now the problems are gone and you can copy the code back to the file :)
Upvotes: 0
Reputation: 3050
See the problem by clicking Problems
on bottom tab. If it's not there, open it by selecting window > Show View > Problems
.
And paste the Error here, so I can know the real problem.. :)
Upvotes: 3
Reputation: 14964
Can't tell you why this is happening, but here are some things I'd try:
Upvotes: 2
Reputation: 1318
You can try to delete .settings file. And then delete you project from workspace and re-import. Maybe that helps but thats just a guess :/
Upvotes: 1