I use Eclipse Neon (on Mac OS) and work primarily with libgdx right now. When I need to import some classes I do the CMD+Shift+O routine normally.
A non-libgdx class is imported fine, a libgdx class is only imported when I do it manually, so the build path is correct. Why does the "organize import"-command (applied by the key routine above) ignore libgdx?
I tried following steps:
- cleaning projects + restarting Eclipse
- restart computer
- refreshing gradle
- re-installing the same version of Eclipse
- installing an older version (Eclipse Mars)
Those steps don't solve the problem, maybe you have an idea?