0

When I open up my Eclipse (for android) i'm getting the following message:

enter image description here

However, whenever I press "check for updates" it says that none are available.

I also cannot even create a new android project, it allows me to enter project name etc which are definitely correct, but I cannot click finish to create the project. I.e.:

enter image description here

What is the issue, and how can I solve it?

codeme2020
  • 773
  • 2
  • 12
  • 19

1 Answers1

1

Very common issue, which costed me some hairs from my head. It was very difficult to fix, and the solution is not very "nice" but it's the only one that worked for me :

  • Totally delete the old ADT and Eclipse directory
  • Check that there is no other directory containing any other ADT / SDK / Eclipse installation (double-check it, I had two SDK directories)
  • Reinstall Eclipse, Android SDK and ADT linked from Google sites (NOT the bundled version which does not work !)
  • If on Windows, go to Computer/Properties/Avanced System Properties/Environment Variables and check that ANDROID_HOME points to the correct directory

Ok, this seems overkill, and may take almost an hour depending on you network speed, but let's face it : how many time did you already spend on this problem ?

Orabîg
  • 11,251
  • 6
  • 31
  • 53