PhatHV
PhatHV

Reputation: 8141

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

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.

Upvotes: 0

Views: 970

Answers (2)

antew
antew

Reputation: 7478

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.

Upvotes: 2

user948620
user948620

Reputation:

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

Upvotes: 1

Related Questions