3

There is no android support package in my SDK manager, as shown:

enter image description here

And whenever I try to create an android application project I am presented with this screen at the end:

enter image description here

If I click install/upgrade this appears:

enter image description here

And it installs and everything, but nothing happens and it stays on the same screen as before. Clicking check again doesn't do anything either.

How can I get this to work?

Derek
  • 882
  • 1
  • 14
  • 36

2 Answers2

3

For some weird reason android-sdk decided to install everything in /extras/compatibility instead of /extras/support which eclipse recognises, so I renamed /extras/compatibility to /extras/support and now everything works fine.

Derek
  • 882
  • 1
  • 14
  • 36
0

Find your SDK directory, navigate to /extras/android/, in this folder you will see a folder named "compatibility", rename this folder to "support". Re-open Eclipse, create new Android Application Project, the process will complete without this problem occurring again!

AutoM8R
  • 3,020
  • 3
  • 32
  • 52