0

For my rhomobile app, I need android adt-21 version.

Please let me know, from where can I download Android adt bundle version 21 ? Can't find anywhere in the google, either I am getting from 2009 or the latest ones.

Doel
  • 962
  • 7
  • 14
  • 1
    not the right place to ask this question, refer to google ! – Rachit Mishra Sep 01 '13 at 19:20
  • 1
    Did you even try to answer this question for yourself? Guess what happens when I Google for "download Android ADT"? – Simon Sep 01 '13 at 19:25
  • Is there a reason why you need the older r21? – laalto Sep 02 '13 at 08:02
  • more direct links http://stackoverflow.com/a/4710123/304270 please credit original answer author – Ewoks Jul 27 '14 at 13:15
  • possible duplicate of [Where can I find older versions of Eclipse ADT](http://stackoverflow.com/questions/4710107/where-can-i-find-older-versions-of-eclipse-adt) – Ewoks Jul 27 '14 at 13:16

1 Answers1

1

Please try the following if u are working on eclipse

got to Help>Install new software

choose "Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/" from the drop down list and update the ADT

this will most probably throw the error-

No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,21.1.0.v201302060044-569685

Modify http: to https: thus making it secure

Sample : https://dl-ssl.google.com/android/eclipse/

then update should work

  • I have tried doing this, but it's fetching me the latest revision 22, but as mentioned I need the adt bundle for revision 21 for windows. – Doel Sep 02 '13 at 03:10
  • Got the answer from here. http://stackoverflow.com/questions/4710107/where-can-i-find-older-versions-of-eclipse-adt But if I have already installed revision 22, then it's not allowing me to install an older version 21. Can I have both versions installed in the same machine? – Doel Sep 02 '13 at 03:23