How install old ADT13 in Eclipse

后端 未结 4 2064
挽巷
挽巷 2020-12-18 10:21

We do have lots of problems with our Android Apps when using SDK14/ADT14. Currently we can\'t build none of our complex apps with lots of libraries and dependant projects (R

4条回答
  •  离开以前
    2020-12-18 10:53

    I had to do this recently as well. Fortunately there's a hidden cache of old ADT versions, here's the link for the previous ADT release:

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

    Then inside Eclipse you go to Help -> Install new software -> Add... -> Archive ... -> choose the downloaded zip. FYI: Unfortunately, you can't (or at least, I couldn't) revert to the previous SDK Manager and Tools version so easily (it insisted on getting itself upgraded before downloading the SDKs), I had to use an old copy of the folder I had lying around. Since you have SDK13 in your repo, you should be good to go.

提交回复
热议问题