0

I make a question here: Can't set Android target after update sdk rev.21 in Eclipse.

I guess there are some bugs in eclipse with new Android SDK revision. Now I try to retrieve the older revision to continue developing.

How can i retrieve Android SDK and Eclipse ADT Plugin from revision 21 to revision 20?

Thanks in advanced.

Community
  • 1
  • 1
PhatHV
  • 8,010
  • 6
  • 31
  • 40

2 Answers2

2

Another option is to do a rollback in Eclipse. In Eclipse 4.x go to Help --> About Eclipse --> Installation Details --> Installation History, from there you can revert to a previous setup.

antew
  • 7,468
  • 3
  • 23
  • 17
  • Thanks Antew. Your solution even works with Eclipse 3.7. But i could only retrieve Eclipse ADT plugin. I can't go back Android SDK to revision 20. – PhatHV Nov 16 '12 at 08:20
  • I combined your answer and SkyStar's answer to make it works. Thanks you very much. – PhatHV Nov 19 '12 at 03:12
1

You can download this file

ADT

http://dl.google.com/android/ADT-20.0.3.zip

SDK

http://dl.google.com/android/android-sdk_r20-windows.zip

Hope this helps

  • Thanks SkyStar. I will try with your sugestion to go back to SDK revision 20. – PhatHV Nov 16 '12 at 08:37
  • remember, you can copy the contents of platforms folder into a new one To save time for downloading emulators –  Nov 16 '12 at 08:39
  • I combined your answer and Antew's answer to make it works. Thanks you very much. – PhatHV Nov 19 '12 at 03:11