• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Anyone else having this eclipse issue?

Sieabah

Lurker
Anyone else think that Eclipse is just a constant failure?

I have yet to be able to build one complete application without it complaining about there being an error, when there isn't one at all. I literally had a working app, then change one variable and it said it was wrong. I then removed the variable and tried saving it again. It has yet to 'validate', I guess you could say, the new code so now I'm stuck being unable to build my project.

Anyone have a fix or tips?

<I looked at the threads a bit, but this 'could've' been posted before, sorry if it has.>
 
I've had an issue a few times where I accidentally hit Run while viewing an xml, which it would yell at me for even after deleting the output file it pulls out of who-know-where. The way I fix it is to go Project > Clean.. > check the project(s) you want, and it should get rid of any errors that aren't actually there.

If this isn't what you meant, I apologize, I'm rather new to android coding myself.
 
I'll try that out next time I have the issue pop up, but what I've done to get around it is just duplicate the project folder and delete the old one.

Thanks though!
 
Back
Top Bottom