Search code examples
eclipselibgdxeclipse-kepler

Attempting to install libGDX - error updating Eclipse to Kepler


My goal is to install libGDX in Eclipse. To do that, I want to make sure Eclipse is up to date.

I checked my Eclipse version by going to Help - About ADT - Eclipse logo, which says my Eclipse Platform is 4.2.1.

I ensured that the following URLs were in my Window - Preferences - Available software sites*:

(note that there are other URLs in my available software sites as well)

Then I went to Help - Check for updates

The error message was: No updates were found.


Solution

  • You can't "install" libgdx. You add the libgdx jars and configure your projects to use them.

    Right now you can use the SetupUi tool to do all that automatically. Also, you don't need to update eclipse for that.