Eclipse has a problem that it is reporting to me:
The project XXX does not have any GWT SDKs on its build path
...and I am having a terrible time figuring out where this problem is coming from and how to resolve it.
The first thing you need to know is that the project that I'm working on is not a GWT project, nor has it ever been one. Instead, this is an android project, which uses a Maven POM to organize its settings.
GWT is mentioned nowhere in the POM, nor is it mentioned in ".classpath" or ".project" - or, for that matter, anywhere in any file under the root of my project.
So Eclipse is clearly misguided in some way. None of the standard answers in enter link description here seem to apply to my situation.